Fix documentation workflow (again)

This commit is contained in:
François Voron
2019-10-14 07:24:44 +02:00
parent 4420a41325
commit 66ef56758a

View File

@@ -21,7 +21,7 @@ jobs:
python -m pip install --upgrade pipenv
pipenv install --dev
- name: Build
run: mkdocs build
run: pipenv run mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0
env: