diff --git a/.github/workflows/build-book.yml b/.github/workflows/build-book.yml index 1cc1010..4bdd843 100644 --- a/.github/workflows/build-book.yml +++ b/.github/workflows/build-book.yml @@ -37,6 +37,8 @@ jobs: # Save html as artifact for CircleCI viewing - name: Save book html as artifact for viewing uses: actions/upload-artifact@v4 + # Run even if the docs-test step fails, but not if we cancel + if: ${{ ! cancelled() }} with: name: book-html path: |