mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-18 05:04:51 +08:00
Update deploy-docs.yml
This commit is contained in:
parent
d9b8df1725
commit
fc8d01ad5f
1
.github/workflows/deploy-docs.yml
vendored
1
.github/workflows/deploy-docs.yml
vendored
@ -12,4 +12,5 @@ jobs:
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: pip install mkdocs-material
|
||||
- run: git config --global user.email "jesse2061@outlook.com" && git config --global user.name "crazywhalecc"
|
||||
- run: mkdocs build -d distribute && cd distribute && git init && git add -A && git commit -m 'deploy' && git push -f https://github.com/zhamao-robot/docs-v2-pages.git master
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user