Skip to content

Commit 9c26dd2

Browse files
authored
Generate cloud regions (#12)
1 parent 9bd8392 commit 9c26dd2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/get-cloud-api-spec.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ jobs:
5555
npx doc-tools fetch -o redpanda-data -r cloudv2 -p proto/gen/openapi/openapi.dataplane.prod.yaml -d cloud-dataplane -f cloud-dataplane.yaml
5656
env:
5757
VBOT_GITHUB_API_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
58+
- name: Generate cloud regions
59+
working-directory: redpanda-docs
60+
run: |
61+
npx doc-tools generate cloud-regions
62+
env:
63+
GITHUB_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }}
5864
- name: Create pull request
5965
uses: peter-evans/create-pull-request@v6
6066
with:

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)