Skip to content

Commit 393c198

Browse files
committed
Remove build cache to fix CSS loading issue
1 parent 3edcbeb commit 393c198

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/nuxtjs.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,6 @@ jobs:
5555
uses: actions/configure-pages@v5
5656
with:
5757
static_site_generator: nuxt
58-
- name: Restore cache
59-
uses: actions/cache@v4
60-
with:
61-
path: |
62-
dist
63-
.nuxt
64-
key: ${{ runner.os }}-nuxt-build-${{ hashFiles('dist') }}
65-
restore-keys: |
66-
${{ runner.os }}-nuxt-build-
6758
- name: Install dependencies
6859
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6960
- name: Static HTML export with Nuxt

0 commit comments

Comments
 (0)