Skip to content

Commit 54f6644

Browse files
Divya SankarDivya Sankar
authored andcommitted
cleanup mkdocs-deploy workflow
1 parent 203ff91 commit 54f6644

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/mkdocs-deploy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,4 @@ jobs:
2222
- name: Install Dependencies
2323
run: pip install mkdocs-material mkdocs-autorefs mkdocs-get-deps mkdocs-material-extensions mkdocstrings mkdocstrings-python
2424
- name: Deploy docs
25-
uses: mhausenblas/mkdocs-deploy-gh-pages@master
26-
# Or use mhausenblas/mkdocs-deploy-gh-pages@nomaterial to build without the mkdocs-material theme
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
CONFIG_FILE: mkdocs.yaml
25+
run: mkdocs gh-deploy --force --verbose

0 commit comments

Comments
 (0)