Skip to content

Commit

Permalink
fix(ci): Update nuxtjs.yml
Browse files Browse the repository at this point in the history
fix wrong flows
  • Loading branch information
Dosugamea authored Jan 18, 2024
1 parent e1295fd commit 3cc287c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8.14.0
- run: pnpm i --frozen-lockfile
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -57,9 +56,9 @@ jobs:
restore-keys: |
${{ runner.os }}-nuxt-build-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
run: pnpm i --frozen-lockfile
- name: Static HTML export with Nuxt
run: ${{ steps.detect-package-manager.outputs.manager }} run generate
run: pnpm run generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 3cc287c

Please sign in to comment.