mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-26 12:48:48 +08:00
chore: update ci
This commit is contained in:
parent
908a2fbb3a
commit
057b82632b
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@ -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:
|
|||||||
with:
|
with:
|
||||||
forceOrphan: true
|
forceOrphan: true
|
||||||
|
|
||||||
- name: Delete gh-pages branch
|
|
||||||
run: |
|
|
||||||
git push origin --delete gh-pages
|
|
||||||
|
Loading…
Reference in New Issue
Block a user