From 573757e942eb6bb4d182fe50b89f096e04c532af Mon Sep 17 00:00:00 2001 From: James Ives Date: Sat, 6 Feb 2021 10:17:38 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cda56b16..491270a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,10 +124,6 @@ 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' }}