Skip to content

Commit

Permalink
Update publish-book.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamzoltan authored Jul 17, 2024
1 parent 34688bd commit d32a6ca
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/publish-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,18 @@ jobs:
uses: ./.github/actions/setup
with:
force_env_update: 'false'

- name: Cache Jupyter Build Artifacts
uses: actions/cache@v3
with:
path: |
./book/_build/html/
./.jupyter_cache
key: ${{ runner.os }}-jupyter-${{ hashFiles('**/*.ipynb') }}
restore-keys: |
${{ runner.os }}-jupyter-

# Cache not currently working. May conflict with Cache in setup
# Unsure if the cache in setup works properly either
# - name: Cache Jupyter Build Artifacts
# uses: actions/cache@v3
# with:
# path: |
# ./book/_build/html/
# ./.jupyter_cache
# key: ${{ runner.os }}-jupyter-${{ hashFiles('**/*.ipynb') }}
# restore-keys: |
# ${{ runner.os }}-jupyter-

- name: Build student book
run: |
Expand Down

0 comments on commit d32a6ca

Please sign in to comment.