Skip to content

Commit ffaf353

Browse files
sneakers-the-ratlwasser
authored andcommitted
upload the preview
1 parent 1b20f37 commit ffaf353

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-book.yml

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
# Save html as artifact for CircleCI viewing
3838
- name: Save book html as artifact for viewing
3939
uses: actions/upload-artifact@v4
40+
# Run even if the docs-test step fails, but not if we cancel
41+
if: ${{ ! cancelled() }}
4042
with:
4143
name: book-html
4244
path: |

0 commit comments

Comments
 (0)