Skip to content

Commit 67ec554

Browse files
committed
Switch draft builds to use self-hosted draft environment
1 parent 567723b commit 67ec554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
repo: datastax-docs-site
1818
github_token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
1919
github_user: mlr
20-
workflow_file_name: gh-pages-build.yml
20+
workflow_file_name: deploy-draft.yml
2121
client_payload: '{ "build_repository": "${{ github.event.repository.full_name }}", "build_branch": "main", "draft_branch": "${{ github.event.pull_request.head.ref }}", "pull_request_number": "${{ github.event.pull_request.number }}", "ui_bundle_repository": "${{ github.event.repository.full_name }}", "ui_bundle_branch": "${{ github.event.pull_request.head.ref }}" }'

0 commit comments

Comments
 (0)