We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32dba3d commit 5d28801Copy full SHA for 5d28801
.github/workflows/mkdocs.yml
@@ -39,9 +39,4 @@ jobs:
39
env:
40
GH_TOKEN: ${{ secrets.GH_TOKEN }}
41
run: pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git
42
- - name: Setup Docs Deploy
43
- run: git config --global user.name "Docs Deploy"
44
- - name: Setup Docs Email
45
- run: git config --global user.email "[email protected]"
46
- - name: Build Docs Website
47
- run: mike deploy main
+ - run: mkdocs gh-deploy --force
0 commit comments