Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…nitting-toolbox into use-qst
  • Loading branch information
Eric-Arellano committed Jul 10, 2023
2 parents 104d683 + 34b9fea commit 2158d51
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 2158d51

Please sign in to comment.