We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680c1b4 commit a8df176Copy full SHA for a8df176
1 file changed
.github/workflows/ci_publish.yml
@@ -41,11 +41,15 @@ jobs:
41
run: tox -e py312-buildhtml
42
43
- name: Zip up the entire directory to upload as an artifact
44
+ # Run this even if previous step fails, so we can preview the run output
45
+ if: always()
46
run: |
47
zip -r full-book.zip .
48
49
- name: Upload zipped full book artifact
50
uses: actions/upload-artifact@v6
51
52
53
with:
54
name: full-book
55
path: ./full-book.zip
0 commit comments