GACS Quality Improvement Project (2017) data and utilities
Backend for https://agrisemantics.github.io/gacs-qip/
- Install mkdocs on your machine (see installation instructions).
- Run the command
mkdocs gh-deploy(or use deploy.sh).- This command creates (or refreshes) the website at https://agrisemantics.github.io/gacs-qip/.
- The command must be run from the root directory of this repo.
- Behind the scenes,
mkdocs gh-deploybuilds HTML docs from the Markdown sources, uses theghp-importtool to commit them to thegh-pagesbranch, and pushes thegh-pagesbranch to GitHub.