File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 sed -i "s/const apiVersion = .*/const apiVersion = \"$VERSION\"/" go-relay/cmd/docgen/main.go
7272
7373 # Regenerate OpenAPI / AsyncAPI / api-docs JSON with the new version
74- # This also regenerates docs/md/api/*.md from scratch (no examples yet)
74+ # Also regenerates docs/md/api/*.md — example injection runs inside the Docker build
7575 cd go-relay && go run ./cmd/docgen/ && cd ..
7676
77- # Re-inject captured code examples into the freshly-regenerated markdown.
78- # docs/examples/*.json are committed to the repo so they're available here.
79- corepack enable && pnpm install --ignore-workspace --ignore-scripts
80- pnpm run docs:examples
81-
8277 # Configure git
8378 git config --global user.name 'github-actions[bot]'
8479 git config --global user.email 'github-actions[bot]@users.noreply.github.com'
You can’t perform that action at this time.
0 commit comments