Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesIves committed Feb 6, 2021
1 parent 0efa3c1 commit 1cd8848
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ jobs:
single-commit: ${{ matrix.commit == 'singleCommit' }}
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.
- name: Check step output
if: ${{ matrix.branch == 'gh-pages' }}
Expand Down

0 comments on commit 1cd8848

Please sign in to comment.