Skip to content

Commit d43342f

Browse files
author
marci
committed
Entferne den Cache-Speicher-Schritt aus dem GitHub Actions Workflow
1 parent 991326f commit d43342f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,7 @@ jobs:
5353
key: hugo-${{ github.run_id }}
5454
restore-keys:
5555
hugo-
56-
- name: Cache Save
57-
id: cache-save
58-
uses: actions/cache/save@v4
59-
with:
60-
path: |
61-
${{ runner.temp }}/hugo_cache
62-
key: ${{ steps.cache-restore.outputs.cache-primary-key }}
56+
6357

6458
- name: Build with Hugo
6559
env:

0 commit comments

Comments
 (0)