提交 057b8263 编写于 作者: J JinMao

chore: update ci

上级 908a2fbb
...@@ -103,6 +103,10 @@ jobs: ...@@ -103,6 +103,10 @@ jobs:
touch dist/.nojekyll touch dist/.nojekyll
cp dist/index.html dist/404.html cp dist/index.html dist/404.html
- name: Delete gh-pages branch
run: |
git push origin --delete gh-pages
- name: Deploy - name: Deploy
uses: peaceiris/actions-gh-pages@v2.5.0 uses: peaceiris/actions-gh-pages@v2.5.0
env: env:
...@@ -112,6 +116,5 @@ jobs: ...@@ -112,6 +116,5 @@ jobs:
with: with:
forceOrphan: true forceOrphan: true
- name: Delete gh-pages branch
run: |
git push origin --delete gh-pages
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册