mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 19:39:44 +08:00
fix: mkdocs with force
This commit is contained in:
2
.github/workflows/deploy-mkdocs.yml
vendored
2
.github/workflows/deploy-mkdocs.yml
vendored
@@ -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
6
.gitignore
vendored
@@ -16,4 +16,8 @@
|
||||
|
||||
__debug_bin
|
||||
.vscode/
|
||||
__pycache__
|
||||
__pycache__
|
||||
.DS_Store
|
||||
|
||||
site/
|
||||
output/
|
||||
|
||||
Reference in New Issue
Block a user