Update deploy-docs.yml

This commit is contained in:
Whale
2021-03-02 13:50:52 +08:00
committed by GitHub
parent 9b7802ac04
commit d9b8df1725

View File

@@ -12,4 +12,4 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material
- run: mkdocs build -d distribute && git init && git add -A && git commit -m 'deploy' && git push -f https://github.com/zhamao-robot/docs-v2-pages.git master
- 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