Skip to content

Commit 1cd8848

Browse files
committed
Update build.yml
1 parent 0efa3c1 commit 1cd8848

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
single-commit: ${{ matrix.commit == 'singleCommit' }}
125125
dry-run: true
126126

127+
- name: Cleanup
128+
if: ${{ matrix.branch == 'gh-pages' }}
129+
run: git branch -d ${{ matrix.branch }}
130+
127131
# The modified deployment should be a success, and not skipped.
128132
- name: Check step output
129133
if: ${{ matrix.branch == 'gh-pages' }}

0 commit comments

Comments
 (0)