Skip to content

Commit

Permalink
Fix ci.yml: for mkdocs, use the new requirements_lock.txt path
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 6, 2023
1 parent 6778bdb commit 031e6be
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 @@ -79,5 +79,5 @@ jobs:
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install -r optic/requirements_lock.txt
- run: pip install -r build_defs/requirements_lock.txt
- run: mkdocs gh-deploy --force

0 comments on commit 031e6be

Please sign in to comment.