mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-03 22:22:06 +08:00
Fix documentation generation
This commit is contained in:
6
.github/workflows/documentation.yml
vendored
6
.github/workflows/documentation.yml
vendored
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user