Skip to content

Commit

Permalink
Update: Entferne die unbenutzte Cache-Konfiguration
Browse files Browse the repository at this point in the history
  • Loading branch information
schnaitter committed Jul 11, 2024
1 parent aa49f65 commit b277798
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ jobs:
run: |
pip install -r requirements.txt
# (optional) Cache your executed notebooks between runs
# if you have config:
# execute:
# execute_notebooks: cache
- name: cache executed notebooks
uses: actions/cache@v4
with:
path: _build/.jupyter_cache
key: jupyter-book-cache-${{ hashFiles('requirements.txt') }}

# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit b277798

Please sign in to comment.