Skip to content

Commit

Permalink
[#133] Korrektur mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielxs01 committed Jan 3, 2025
1 parent 2423522 commit deaa8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: mkdocs get-deps > mkdocs-deps.txt
- run: pip install -r mkdocs-deps.txt
- run: pip install mkdocs
- run: pip install $(mkdocs get-deps)
- run: mkdocs gh-deploy --force

0 comments on commit deaa8f0

Please sign in to comment.