https://centralvalleymodeling.github.io/
branch main
contains the markdown (edit these files when making changes to the documentation)
branch deploy
contains the compiled HTML. The content here is built automatically using the command below.
Install the conda from the environment.yml file
conda env create -f environment.yml
Don't forget to commit your changes
mkdocs gh-deploy
Note
To host a local version of your site (i.e. to preview changes) run mkdocs serve
Documentation built with mkdocs