Skip to content

Commit

Permalink
do not use setup.py to install mkdocs modules
Browse files Browse the repository at this point in the history
  • Loading branch information
hwwhww committed May 24, 2023
1 parent ea99320 commit 89e45c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: pip install -e .[docs]
- run: pip install mkdocs==1.4.2 mkdocs-material==9.1.5 mdx-truly-sane-lists==1.3 mkdocs-awesome-pages-plugin==2.8.0
- run: mkdocs gh-deploy --force

0 comments on commit 89e45c6

Please sign in to comment.