Skip to content

Commit

Permalink
[CI] Store artifact from docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Oct 31, 2021
1 parent 5623f25 commit 9e05d9f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,15 @@ jobs:
python3 site_scons/scons2rst.py --dev SConstruct config-options
mkdir build/docs/scons
mv config-options-dev.rst build/docs/scons/
- name: Create archive for docs output
run: |
cd build
tar -czf docs.tar.gz docs
- name: Store archive of docs output
uses: actions/upload-artifact@v2
with:
path: build/docs.tar.gz
retention-days: 2
# 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 9e05d9f

Please sign in to comment.