Skip to content

Commit a252abd

Browse files
author
Andreas Blaesius
committed
README: use nomaterial in example
1 parent 852fa67 commit a252abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464
uses: actions/checkout@v2
6565

6666
- 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
67+
uses: mhausenblas/mkdocs-deploy-gh-pages@nomaterial
68+
# Or use mhausenblas/mkdocs-deploy-gh-pages@master to build with the mkdocs-material theme
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
CUSTOM_DOMAIN: optionaldomain.com

0 commit comments

Comments
 (0)