We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf0df1 commit 72d0984Copy full SHA for 72d0984
1 file changed
.github/workflows/wiki.yml
@@ -150,3 +150,7 @@ jobs:
150
message: "Publish wiki docs from PR #${{ github.event.pull_request.number }}"
151
default_author: github_actions
152
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