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 d3f852f commit 4c36d1cCopy full SHA for 4c36d1c
README.md
@@ -64,8 +64,8 @@ jobs:
64
uses: actions/checkout@v2
65
66
- name: Deploy docs
67
- uses: mhausenblas/mkdocs-deploy-gh-pages@master
68
- # Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
+ uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
+ # Or use mhausenblas/mkdocs-deploy-gh-pages@master to build with the mkdocs-material theme
69
env:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71
CUSTOM_DOMAIN: optionaldomain.com
0 commit comments