Skip to content

Commit

Permalink
ci: remove cache from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Nov 18, 2023
1 parent f00d8e8 commit b53fa67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
python-version: 3.10
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v3
with:
key: mkdocs-material-${{ env.cache_id }}-1
path: .cache
restore-keys: |
mkdocs-material-
# - uses: actions/cache@v3
# with:
# key: mkdocs-material-${{ env.cache_id }}
# path: .cache
# restore-keys: |
# mkdocs-material-

- name: Dependencies
run: |
Expand Down

0 comments on commit b53fa67

Please sign in to comment.