Skip to content

Commit

Permalink
fix tar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Oct 27, 2023
1 parent 6d5b25e commit a5ccc65
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@ jobs:
- name: Build docs
timeout-minutes: 20
run: |
cd .github/workflows/docs
sphinx-build ../../../docs . -a
cd .github/workflows/docs
mkdir qujax
sphinx-build ../../../docs/qujax . -a
- name: Upload docs as artefact
uses: actions/upload-pages-artifact@v2
with:
path: .github/workflows/docs
path: .github/workflows/docs/qujax

publish_docs:
name: Publish docs
Expand Down

0 comments on commit a5ccc65

Please sign in to comment.