Skip to content

Commit 6c94b4a

Browse files
committed
fix: add setup step for fusion runner in generate-docs workflow
1 parent 6e64601 commit 6c94b4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/generate-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626

27+
- name: Setup fusion runner
28+
continue-on-error: true
29+
uses: ./.github/actions/setup-fusion-runner
30+
2731
# single source of truth for preview-vs-production, reused by every step below and by deploy
2832
- name: Determine preview mode
2933
id: mode

0 commit comments

Comments
 (0)