Skip to content

Commit 5b85b2a

Browse files
committed
bun install at runtime
1 parent 01880bc commit 5b85b2a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/generate_code_snippets.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jobs:
2222
- name: Install Bun
2323
uses: oven-sh/setup-bun@v1
2424

25-
- name: Install dependencies
26-
run: bun install
27-
2825
- name: Run update script
2926
run: bun run scripts/generate_code_samples.ts
3027

@@ -34,4 +31,4 @@ jobs:
3431
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
3532
git add .
3633
git commit -m "docs: update code samples from OpenAPI" || echo "No changes"
37-
git push origin HEAD:${{ github.ref_name }}
34+
git push origin HEAD:${{ github.ref_name }}

0 commit comments

Comments
 (0)