mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2026-05-31 00:12:03 +08:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -67,6 +67,12 @@ jobs:
|
||||
path: |
|
||||
lib
|
||||
node_modules
|
||||
|
||||
- name: Cleanup Generated Branches
|
||||
uses: dawidd6/action-delete-branch@v3.1.0
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branches: gh-pages
|
||||
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user