We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd8848 commit 573757eCopy full SHA for 573757e
.github/workflows/build.yml
@@ -124,10 +124,6 @@ jobs:
124
single-commit: ${{ matrix.commit == 'singleCommit' }}
125
dry-run: true
126
127
- - name: Cleanup
128
- if: ${{ matrix.branch == 'gh-pages' }}
129
- run: git branch -d ${{ matrix.branch }}
130
-
131
# The modified deployment should be a success, and not skipped.
132
- name: Check step output
133
if: ${{ matrix.branch == 'gh-pages' }}
0 commit comments