Skip to content

Commit

Permalink
Only install mkdocs dependencies in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 authored Nov 6, 2023
1 parent 1691d16 commit ffe478f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- run: rm pyproject.toml
- run: pip install --upgrade -e .["dev"]
- run: pip install mkdocstrings[python] mkdocs-material
- run: mkdocs gh-deploy --force

0 comments on commit ffe478f

Please sign in to comment.