Skip to content

Commit de27b92

Browse files
committed
Update the deploy to install all the dependencies not just mkdocs.
This fixes the deploy failing that occurred after merging PR #118 (sponsor page redesign) that added the macros plugin for mkdocs.
1 parent 04a3f57 commit de27b92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
path: .cache
2929
restore-keys: |
3030
mkdocs-material-
31-
- run: pip install mkdocs-material
31+
- run: pip install -r requirements.txt
3232
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)