Skip to content

Commit 8997bd5

Browse files
committed
fix installation for deploying to GitHub Pages
1 parent 1ae74a0 commit 8997bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
path: .cache
2525
restore-keys: |
2626
mkdocs-material-
27-
- run: pip install mkdocs-material
27+
- run: make install-deps-docs
2828
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)