fix: mkdocs with force

This commit is contained in:
debugtalk
2021-11-19 14:41:53 +08:00
parent c3f80d3d1e
commit d8373e3f58
2 changed files with 6 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material # including mkdocs
- run: mkdocs gh-deploy
- run: mkdocs gh-deploy --force

6
.gitignore vendored
View File

@@ -16,4 +16,8 @@
__debug_bin
.vscode/
__pycache__
__pycache__
.DS_Store
site/
output/