change CI mkdocs invocation
This commit is contained in:
parent
d932af8568
commit
68fd8c20d6
2
.github/workflows/mkdocs.yml
vendored
2
.github/workflows/mkdocs.yml
vendored
@ -21,5 +21,7 @@ jobs:
|
||||
pip install pygments
|
||||
- name: Build doc
|
||||
run: |
|
||||
git clean -dfx .
|
||||
git fetch
|
||||
git pull
|
||||
mkdocs gh-deploy
|
||||
|
Loading…
Reference in New Issue
Block a user