Skip to content

Commit c409875

Browse files
authored
Merge pull request #322 from stratosphereips/ondrej-lukas-deploy-workflow
Update deploy-docs.yml
2 parents 5e56e9c + babb8c4 commit c409875

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install mkdocs-material mkdocstrings pymdown-extensions
24+
pip install mkdocs-material mkdocstrings mkdocstrings-python pymdown-extensions
2525
2626
- name: Build MkDocs site
2727
run: mkdocs build --strict
@@ -30,4 +30,4 @@ jobs:
3030
uses: peaceiris/actions-gh-pages@v4
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./site
33+
publish_dir: ./site

0 commit comments

Comments
 (0)