Skip to content

Commit

Permalink
Merge pull request #15 from nauvalazhar/chore/actions
Browse files Browse the repository at this point in the history
chore: actions
  • Loading branch information
nauvalazhar authored Sep 16, 2024
2 parents a3d1a42 + e9a6d67 commit 9ad84fb
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 @@ -56,7 +56,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 9ad84fb

Please sign in to comment.