Skip to content

Commit

Permalink
Update nextjs.yml: build with pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-mather authored Jun 3, 2024
1 parent ca8f40f commit a222d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
run: pnpm next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit a222d04

Please sign in to comment.