Skip to content

Commit dd256f1

Browse files
HanSur94claude
andcommitted
ci: make docs generation non-blocking when API credits are low
Added continue-on-error so the wiki push step still runs with existing docs even if the Anthropic API call fails. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c384148 commit dd256f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- name: Generate all wiki pages
2525
env:
2626
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
27+
continue-on-error: true
2728
run: python scripts/generate_docs.py
2829

2930
- name: Push to wiki

0 commit comments

Comments
 (0)