Skip to content

Commit

Permalink
Merge pull request #2 from SilentGlasses/update_ci
Browse files Browse the repository at this point in the history
Allow for installing requirements from file
  • Loading branch information
SilentGlasses authored Feb 27, 2024
2 parents 9edf148 + 99c3016 commit 5769e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material
- run: python3 -m pip install --upgrade pip -r requirements.txt --progress-bar off
- run: mkdocs gh-deploy --force

0 comments on commit 5769e73

Please sign in to comment.