mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Update build.yml
This commit is contained in:
parent
0efa3c16e7
commit
1cd8848dc2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -124,6 +124,10 @@ jobs:
|
|||||||
single-commit: ${{ matrix.commit == 'singleCommit' }}
|
single-commit: ${{ matrix.commit == 'singleCommit' }}
|
||||||
dry-run: true
|
dry-run: true
|
||||||
|
|
||||||
|
- name: Cleanup
|
||||||
|
if: ${{ matrix.branch == 'gh-pages' }}
|
||||||
|
run: git branch -d ${{ matrix.branch }}
|
||||||
|
|
||||||
# The modified deployment should be a success, and not skipped.
|
# The modified deployment should be a success, and not skipped.
|
||||||
- name: Check step output
|
- name: Check step output
|
||||||
if: ${{ matrix.branch == 'gh-pages' }}
|
if: ${{ matrix.branch == 'gh-pages' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user