Skip to content

Commit

Permalink
upload the preview
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat authored and lwasser committed Oct 22, 2024
1 parent 1b20f37 commit ffaf353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit ffaf353

Please sign in to comment.