Skip to content

Commit

Permalink
Upload docs build in CI (#314)
Browse files Browse the repository at this point in the history
* Upload docs build in CI

* Update .github/workflows/docs.yml

Co-authored-by: Jim Garrison <[email protected]>

---------

Co-authored-by: Jim Garrison <[email protected]>
  • Loading branch information
Eric-Arellano and garrison authored Jul 10, 2023
1 parent c5207b1 commit 34b9fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ jobs:
shell: bash
run: |
tox -edocs
- name: Upload docs artifact
if: always()
uses: actions/upload-artifact@v3
with:
name: html_docs
path: ./docs/_build/html
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.2' }}
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 34b9fea

Please sign in to comment.