Skip to content

Commit

Permalink
use yarn instead
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Apr 27, 2024
1 parent 8553380 commit 1bf2f6c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "20"
# Pick your own package manager and build script
- run: npm install
- run: npx nuxt build --preset github_pages
- run: yarn install
- run: yarn run build
env:
NITRO_PRESET: github_pages
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 1bf2f6c

Please sign in to comment.