We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b85b2a commit cd2b6a8Copy full SHA for cd2b6a8
1 file changed
.github/workflows/generate_code_snippets.yaml
@@ -23,7 +23,7 @@ jobs:
23
uses: oven-sh/setup-bun@v1
24
25
- name: Run update script
26
- run: bun run scripts/generate_code_samples.ts
+ run: bun run .github/scripts/generate_code_samples.ts
27
28
- name: Commit changes
29
run: |
0 commit comments