Update build.yml

This commit is contained in:
James Ives 2021-02-06 10:17:38 -05:00
parent 1cd8848dc2
commit 573757e942

View File

@ -124,10 +124,6 @@ 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' }}