Skip to content

Commit

Permalink
Update mkdocs-publish.yml - removed requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwikc authored Aug 17, 2024
1 parent d9d1791 commit 47ae302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install -r requirements.txt
- run: pip install mkdocs-git-committers-plugin-2
- run: pip install mkdocs-publisher
- run: mkdocs gh-deploy --force

0 comments on commit 47ae302

Please sign in to comment.