git subtree push --prefix site origin gh-pages
This site uses mkdocs.
- To serve on local
mkdocs serve
- To build the static files
mkdocs build
Always working from main
branch:
- Build the site
mkdocs build
- Add a file
CNAME
with content ofinnovationlab.uk
to thesite
folder. - Run the update gh-pages .sh script.