Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a68ca8a

Browse files
committed
env var value
1 parent adba53d commit a68ca8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python -c "from examples.tests.testutils import wgpu_backend; print(wgpu_backend)"
3030
- name: make gallery
3131
run: |
32-
RTD_BUILD=1 FETCH_ARTIFACT=1 sphinx-build -b dummy docs/source/ /tmp/
32+
RTD_BUILD=1 FETCH_ARTIFACT=0 sphinx-build -b dummy docs/source/ /tmp/
3333
3434
- uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)