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-deploy
builds HTML docs from the Markdown sources, uses theghp-import
tool to commit them to thegh-pages
branch, and pushes thegh-pages
branch to GitHub.