Skip to content

Commit 72d0984

Browse files
committed
Delete published wiki preview branch
1 parent 9cf0df1 commit 72d0984

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,7 @@ jobs:
150150
message: "Publish wiki docs from PR #${{ github.event.pull_request.number }}"
151151
default_author: github_actions
152152
push: origin HEAD:${{ env.WIKI_PUBLISH_BRANCH }}
153+
154+
- name: Delete wiki preview branch
155+
working-directory: .github/wiki
156+
run: git push origin --delete "${WIKI_PREVIEW_BRANCH}"

0 commit comments

Comments
 (0)