Skip to content

Commit

Permalink
Merge dfe3fd3 into 6db5cbd
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison committed Apr 10, 2024
2 parents 6db5cbd + dfe3fd3 commit 0e86958
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,18 @@ jobs:
shell: bash
run: |
tox -edocs
- name: Prepare docs artifact
if: always()
shell: bash
run: |
mkdir artifact
cp -a docs/_build/html artifact/ckt_html_docs
- name: Upload docs artifact
if: always()
uses: actions/upload-artifact@v4
with:
name: html_docs
path: ./docs/_build/html
name: ckt_html_docs
path: ./artifact
- name: Deploy docs
if: ${{ github.ref == 'refs/heads/stable/0.6' }}
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 0e86958

Please sign in to comment.