Fix documentation generation

This commit is contained in:
François Voron
2021-03-04 17:54:53 +01:00
parent 5258c24762
commit 4805977dfc

View File

@ -18,10 +18,10 @@ jobs:
python-version: 3.7 python-version: 3.7
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pipenv python -m pip install --upgrade pip
pipenv install --dev pip install -r requirements.dev.txt
- name: Build - name: Build
run: pipenv run mkdocs build run: mkdocs build
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0 uses: peaceiris/actions-gh-pages@v2.5.0
env: env: