datahub
datahub copied to clipboard
DataHub Pages Demo repo up
Task
- [x] Demonstration repo up Done https://github.com/datopian/datahub-pages-demo
- [x] Create repo with MIT license
- [x] Add content from
your-own-data-example
- [x] Script to do build in next.datahub.io repo Done https://github.com/datopian/next.datahub.io/pull/32
- [ ] Build in github pages
- [ ] (FUTURE) Build in vercel/cloudflare etc
- just deploy to a branch and setup vercel etc to build from that branch and NOT do next build && next export in the workflow script
Tidying data-literate
- [x] What about the "irrelevant" files in data-literate?
- [x] Data files in
public/_files? ✅ keep for now - though want to replace the excel file with something smaller in future- [ ] Add instructions to the tutorial about removing? ✅2022-03-15 WONTFIX for now as not a big deal
- [x] your-own-data-example => that move out to a separate repo (it's the demo we talked about)
- [x] Data files in
@risenW what's remaining on this one?
- https://github.com/datopian/datahub-pages-demo
I think we wanted to build and deploy the data-literate example with Github pages. It's currently failing, so it's incomplete
@risenW why is it failing ... and where's the issue / info tracking that?
- @risenW why is it failing ... and where's the issue / info tracking that?
Three major reasons:
- The work on the actions script is incomplete. I was working on this before you assigned me another issue
- From the logs here - https://github.com/datopian/datahub-pages-demo/actions/runs/1987371363 , it looks like Git issues in the CI
- We keep changing the URL to the site, so this script URL (https://pages.datahub.io/static/scripts/deploy-github-pages.sh) which we are using in the CI action moment does not exist anymore
@risenW thanks for the clarifications.