Update deploy-docs.yml

This commit is contained in:
Whale 2021-03-02 13:53:12 +08:00 committed by GitHub
parent d9b8df1725
commit fc8d01ad5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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