Skip to content

Commit

Permalink
Use Jupyter cache in gh workflow docs build (#2279)
Browse files Browse the repository at this point in the history
* Use Jupyter cache in gh workflow docs build

* bump cache action version
  • Loading branch information
cosenal committed Jun 26, 2024
1 parent f6aeaef commit 9c5519b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
docker run --rm -idt -p 5000:5000 rigetti/qvm -S
docker run --rm -idt -p 5555:5555 rigetti/quilc -R
- name: Fetch Jupyter cache
uses: actions/cache@v4
with:
path: ./docs/build/.jupyter_cache
key: jupyter-cache-${{ github.run_id }}

- name: Build and test Sphinx docs
run: |
export BQSKIT_DOC_CHECK_OVERRIDE=1
Expand Down

0 comments on commit 9c5519b

Please sign in to comment.