We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edcbeb commit 393c198Copy full SHA for 393c198
.github/workflows/nuxtjs.yml
@@ -55,15 +55,6 @@ jobs:
55
uses: actions/configure-pages@v5
56
with:
57
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-
67
- name: Install dependencies
68
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
69
- name: Static HTML export with Nuxt
0 commit comments