Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 833 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 833 Bytes

gacs-qip

GACS Quality Improvement Project (2017) data and utilities

Backend for https://agrisemantics.github.io/gacs-qip/

Build the website using MkDocs

  • 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 the ghp-import tool to commit them to the gh-pages branch, and pushes the gh-pages branch to GitHub.