Closed thobson88 closed 4 weeks ago
This is ready to deploy. I've added a CI workflow as per these instructions.
PR here: https://github.com/alan-turing-institute/trustchain/pull/186
Deployment didn't work (with the theme correctly displayed) until I followed this advice.
In particular, this bit in repo > Settings > Pages:
With the settings above, I'm not sure whether the CI for docs deployment is working. I doubt it because I'm using the alternative "manual" deployment method with the built site landing on the gh-pages
branch.
In that case, to update the deployed site it's just:
mkdocs gh-deploy --force
UPDATE: turns out the CI does work. Changes pushed/merged to main appear automatically on the deployed site (after a minute or so).
Closing this and opening a new ticket for the demo video idea.
Started on branch
mkdocs
.Instructions here: https://squidfunk.github.io/mkdocs-material/getting-started/
mkdocs serve
.TODO: