Skip to content

Commit e72191c

Browse files
committed
Update deployment workflow to correctly install dependencies
1 parent 0c96a48 commit e72191c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
path: ~/.cache
3030
restore-keys: |
3131
mkdocs-material-
32-
- run: pip install mkdocs-material
32+
- run: pip install -r dev_requirements.txt
3333
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)