change CI mkdocs invocation

This commit is contained in:
Benjamin Sergeant 2021-03-25 11:12:59 -07:00
parent d932af8568
commit 68fd8c20d6

View File

@ -21,5 +21,7 @@ jobs:
pip install pygments pip install pygments
- name: Build doc - name: Build doc
run: | run: |
git clean -dfx .
git fetch
git pull git pull
mkdocs gh-deploy mkdocs gh-deploy