Skip to content

Commit b6d7987

Browse files
committed
Fix missing plugin from ci.yml
1 parent 75e2d00 commit b6d7987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 mkdocs-git-revision-date-localized-plugin
31+
- run: pip install mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-print-site-plugin
3232
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)