Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Jan 12, 2024
1 parent 3cfe1c5 commit abf3cc2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ jobs:
token: ${{ secrets.DISPATCH_TOKEN }}
repository: neo4j/docs-publish
event-type: docs-tools
client-payload: '{"org": "${{ github.repository_owner }}", "repo": "${{ github.event.repository.name }}", "run_id": "${{ github.run_id }}", "branch": "${{ github.ref_name }}", "target": "dev"}'
client-payload: |-
{
"org": "${{ github.repository_owner }}",
"repo": "${{ github.event.repository.name }}",
"run_id": "${{ github.run_id }}",
"branch": "${{ github.ref_name }}",
"target": "dev",
"docsets": [
"docs-tools"
]
}

0 comments on commit abf3cc2

Please sign in to comment.