Skip to content

Commit

Permalink
[CI] Save Sphinx docs artifact even if there were warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Sep 23, 2023
1 parent cbc0d3e commit 795325b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,14 @@ jobs:
run: |
cd build
tar -czf docs.tar.gz doc
if: failure() || success()
- name: Store archive of docs output
uses: actions/upload-artifact@v3
with:
path: build/docs.tar.gz
name: docs
retention-days: 2
retention-days: 14
if: failure() || success()
# The known_hosts key is generated with `ssh-keygen -F cantera.org` from a
# machine that has previously logged in to cantera.org and trusts
# that it logged in to the right machine
Expand Down

0 comments on commit 795325b

Please sign in to comment.