Skip to content

Commit

Permalink
fix: Install dependencies from requirements file.
Browse files Browse the repository at this point in the history
Workflow will now adjust when dependencies are added to docs/requirements.txt
  • Loading branch information
BlakeFreer committed Aug 8, 2024
1 parent a448b6a commit b67b831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force --config-file docs/mkdocs.yml

0 comments on commit b67b831

Please sign in to comment.