Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschwarzenberger committed Mar 26, 2024
1 parent 02dd6bd commit fff76fb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.12

- name: Set up cache
uses: actions/cache@v4
with:
key: mkdocs-material-${{ hashfiles('docs/**') }}-${{ hashfiles('mkdocs.yml') }}
path: docs
restore-keys: |
mkdocs-material-

- name: Install dependencies
run: |
Expand Down

0 comments on commit fff76fb

Please sign in to comment.