We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10dad6 commit 128ceddCopy full SHA for 128cedd
.github/workflows/docs-deploy.yml
@@ -28,5 +28,5 @@ jobs:
28
- run: pip install mkdocs-git-authors-plugin
29
- run: pip install mkdocs-enumerate-headings-plugin
30
- run: pip install mkdocs-glightbox
31
- - run: pip install mkdocs-print-site-plugin
+ #- run: pip install mkdocs-print-site-plugin
32
- run: mkdocs gh-deploy --force
mkdocs.yml
@@ -195,4 +195,4 @@ plugins:
195
- nglb
196
auto_caption: true
197
caption_position: bottom
198
- - print-site
+ #- print-site
0 commit comments