diff --git a/.github/workflows/docs-publish.yml b/.github/workflows/docs-publish.yml index c78cf37..55f9eb8 100644 --- a/.github/workflows/docs-publish.yml +++ b/.github/workflows/docs-publish.yml @@ -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" + ] + }