Skip to content

Commit 128cedd

Browse files
committed
Removed print-site plugin
1 parent e10dad6 commit 128cedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
- run: pip install mkdocs-git-authors-plugin
2929
- run: pip install mkdocs-enumerate-headings-plugin
3030
- run: pip install mkdocs-glightbox
31-
- run: pip install mkdocs-print-site-plugin
31+
#- run: pip install mkdocs-print-site-plugin
3232
- run: mkdocs gh-deploy --force

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@ plugins:
195195
- nglb
196196
auto_caption: true
197197
caption_position: bottom
198-
- print-site
198+
#- print-site

0 commit comments

Comments
 (0)