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 e07c2d2 commit ab5b909Copy full SHA for ab5b909
.github/workflows/deploy.yml
@@ -37,6 +37,7 @@ jobs:
37
- run: pip install markdown-include
38
- run: pip install mkdocs-include-markdown-plugin
39
- run: pip install mkdocs-rss-plugin
40
+ - run: pip install pypandoc
41
- run: mkdocs gh-deploy --force
42
env:
43
GithubAccessToken: ${{ secrets.SMUR }}
build_image.sh
@@ -0,0 +1 @@
1
+docker build -t custom-mkdocs-material .
0 commit comments