Skip to content

Commit 0e9d6ee

Browse files
committed
Remove unnecessary setup for Pages in GitHub Actions workflow
1 parent fe6b1c9 commit 0e9d6ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/nuxtjs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,6 @@ jobs:
5555
with:
5656
node-version: "20"
5757
cache: ${{ steps.detect-package-manager.outputs.manager }}
58-
- name: Setup Pages
59-
uses: actions/configure-pages@v5
60-
with:
61-
static_site_generator: nuxt
6258
- name: Install dependencies
6359
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
6460
- name: Static HTML export with Nuxt

0 commit comments

Comments
 (0)