Skip to content

Commit 7140d1f

Browse files
authored
Remove cache step from build workflow
1 parent e0f7b0d commit 7140d1f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,6 @@ jobs:
5151
cache: ${{ steps.detect-package-manager.outputs.manager }}
5252
- name: Setup Pages
5353
uses: actions/configure-pages@v3
54-
- name: Restore cache
55-
uses: actions/cache@v3
56-
with:
57-
path: |
58-
dist
59-
.nuxt
60-
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
61-
restore-keys: |
62-
${{ runner.os }}-nuxt-build-
6354
- name: Install dependencies
6455
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6556
- name: Static HTML export with Nuxt

0 commit comments

Comments
 (0)