Skip to content

Commit 6a1c107

Browse files
committed
workflow change
1 parent 96988d7 commit 6a1c107

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/fly-deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,9 @@ jobs:
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'

0 commit comments

Comments
 (0)