Skip to content

Commit

Permalink
ci(ci.yaml): fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Feb 10, 2023
1 parent a70a216 commit 7d4eb5f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

deploy:
Documentation:
permissions:
contents: write
runs-on: ubuntu-latest
Expand All @@ -35,9 +35,9 @@ jobs:
path: .cache
- run: pip install \
mkdocs-material \
mkdocstrings[python] = "^0.19.0" \
mkdocs-gen-files = "^0.4.0" \
mkdocs-literate-nav = "^0.5.0" \
mkdocs-section-index = "^0.3.5" \
pymdown-extensions = "^9.7"
mkdocstrings[python]" \
mkdocs-gen-files" \
mkdocs-literate-nav" \
mkdocs-section-index" \
pymdown-extensions"
- run: mkdocs gh-deploy --force

0 comments on commit 7d4eb5f

Please sign in to comment.