Skip to content

Commit

Permalink
Merge pull request #1387 from trapexit/workflows
Browse files Browse the repository at this point in the history
Fix pip install in mkdocs workflow
  • Loading branch information
trapexit authored Jan 3, 2025
2 parents efd0dfa + 174e703 commit 171eb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: pip install --no-cache-dir mkdocs mkdocs-material pymdown-extensions
working-directory: ./mkdocs
- run: mkdocs gh-deploy --force
working-directory: ./mkdocs

0 comments on commit 171eb9c

Please sign in to comment.