There was an error while loading. Please reload this page.
1 parent 6e64601 commit 6c94b4aCopy full SHA for 6c94b4a
1 file changed
.github/workflows/generate-docs.yml
@@ -24,6 +24,10 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
+ - name: Setup fusion runner
28
+ continue-on-error: true
29
+ uses: ./.github/actions/setup-fusion-runner
30
+
31
# single source of truth for preview-vs-production, reused by every step below and by deploy
32
- name: Determine preview mode
33
id: mode
0 commit comments