Skip to content

Commit 2ad61a3

Browse files
committed
temp disable
1 parent 4ce397f commit 2ad61a3

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/dispatch-deploy-draft.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ jobs:
1111

1212
steps:
1313
- name: Dispatch Antora Build and Deploy
14-
uses: convictional/[email protected]
15-
with:
16-
owner: riptano
17-
repo: datastax-docs-site
18-
github_token: ${{ secrets.DOCS_GITHUB_PAT }}
19-
workflow_file_name: deploy-draft.yml
20-
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 }}" }'
14+
run: echo "OK"
15+
# uses: convictional/[email protected]
16+
# with:
17+
# owner: riptano
18+
# repo: datastax-docs-site
19+
# github_token: ${{ secrets.DOCS_GITHUB_PAT }}
20+
# workflow_file_name: deploy-draft.yml
21+
# 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)