Skip to content

Commit faf6152

Browse files
committed
Switch draft builds to use self-hosted draft environment
1 parent 9181c3b commit faf6152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dispatch-gh-pages-build.yml renamed to .github/workflows/dispatch-deploy-draft.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Dispatch Deploy to GitHub Pages
1+
name: Dispatch Deploy Draft
22

33
on:
44
push:
@@ -39,12 +39,12 @@ jobs:
3939
echo "draft_branch=$draft_branch" >> $GITHUB_OUTPUT
4040
id: branches
4141

42-
- name: Dispatch Deploy to GitHub Pages
42+
- name: Dispatch Deploy Draft
4343
uses: convictional/[email protected]
4444
with:
4545
owner: riptano
4646
repo: datastax-docs-site
4747
github_token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
4848
github_user: mlr
49-
workflow_file_name: gh-pages-build.yml
49+
workflow_file_name: deploy-draft.yml
5050
client_payload: '{ "build_repository": "${{ github.event.repository.full_name }}", "build_branch": "${{ steps.branches.outputs.build_branch }}", "draft_branch": "${{ steps.branches.outputs.draft_branch }}", "pull_request_number": "${{ github.event.pull_request.number }}" }'

0 commit comments

Comments
 (0)