Skip to content

Commit

Permalink
Merge branch 'unified-nav' of github.com:riptano/docs-ui into unified…
Browse files Browse the repository at this point in the history
…-nav
  • Loading branch information
colegoldsmith committed Apr 29, 2024
2 parents 1c9da2f + 69839fb commit dfe08c5
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/dispatch-deploy-draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Dispatch Deploy Draft

on:
push:
branches:
- 'main'
# Add additional content source branches here
pull_request:
branches:
- '*'

jobs:
dispatch-deploy:
runs-on: ubuntu-latest

steps:
- name: Dispatch Deploy Draft
uses: convictional/[email protected]
with:
owner: riptano
repo: datastax-docs-site
github_token: ${{ secrets.DISPATCH_GITHUB_TOKEN }}
github_user: mlr
workflow_file_name: deploy-draft.yml
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 comments on commit dfe08c5

Please sign in to comment.