Skip to content

Commit 52bb1ff

Browse files
authored
Add branch specification to cleanup workflow (#169)
Closes #119
1 parent 993b8e4 commit 52bb1ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cleanup-pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ jobs:
1818
- run: git rm -rf ${{ github.event.number }}
1919
- run: git commit -m 'Cleaning up gh-pages after ${{ github.event.number }}'
2020
- uses: ad-m/github-push-action@master
21+
with:
22+
branch: gh-pages

0 commit comments

Comments
 (0)