When working on the workshops, we advise that you review your changes locally before committing them.
Use mkdocs serve
live preview your changes (as you type) on your local machine.
Use deploy.sh
to deploy when you have completed your changes.
cd workshops
python3 -m venv venv
source venv/bin/activate
source ./buildtools/mkdocs-setup.sh
cd workshops
source venv/bin/activate
mkdocs serve
You can then view the site on localhost:8000
source ./buildtools/mkdocs-deploy.sh