ONSdigital / SDG_11.2.1

Analysis for the UN Sustainable Development Goal 11.2.1
https://onsdigital.github.io/SDG_11.2.1/
Apache License 2.0
5 stars 7 forks source link

Make a github action to regularly build Mkdocs pages #389

Closed james-westwood closed 1 year ago

james-westwood commented 1 year ago

Currently there is an action to deploy the existing pages to gh-pages, but the html pages are not updated if any changes are made in the markdown or rst files. There should be a gh action to run sphinx-build -b html docs/source docs/html and commit/push the changes.

This was first mentioned in this issue by Nathan.

paigeh-fsa commented 1 year ago

We have a github action that are building mkdocs pages