File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,20 +36,23 @@ jobs:
3636
3737 - name : Get commit SHA and build URL
3838 id : commit-info
39+ working-directory : redpanda-docs
3940 run : |
4041 COMMIT_SHA="${{ github.event.client_payload.commit_sha }}"
4142 COMMIT_URL="https://github.com/redpanda-data/cloudv2/commit/${COMMIT_SHA}"
4243 echo "COMMIT_SHA=${COMMIT_SHA}" >> $GITHUB_ENV
4344 echo "COMMIT_URL=${COMMIT_URL}" >> $GITHUB_ENV
4445
4546 - name : Install dependencies
47+ working-directory : redpanda-docs
4648 run : |
4749 npm install
4850
4951 - name : Run the script and save the output
52+ working-directory : redpanda-docs
5053 run : |
51- npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.controlplane.prod.yaml -d ../../modules/ROOT/attachments cloud-controlplane-api .yaml
52- npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.dataplane.prod.yaml -d ../../modules/ROOT/attachments cloud-dataplane-api .yaml
54+ npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.controlplane.prod.yaml -d cloud-controlplane -f cloud-controlplane .yaml
55+ npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.dataplane.prod.yaml -d cloud-dataplane -f cloud-dataplane .yaml
5356 env :
5457 VBOT_GITHUB_API_TOKEN : ${{ env.ACTIONS_BOT_TOKEN }}
5558 - name : Create pull request
6467 This PR updates the OpenAPI spec file for the Cloud API.
6568 Triggered by commit: [${{ env.COMMIT_SHA }}](${{ env.COMMIT_URL }})
6669 labels : auto-docs
67- reviewers : JakeSCahill, kbatuigas
70+ reviewers : JakeSCahill, kbatuigas
You can’t perform that action at this time.
0 commit comments