Skip to content

Commit

Permalink
ci: npx to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pouria-Hjt committed Jun 28, 2024
1 parent f818fad commit 7803585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
static_site_generator: next

- name: Build with Next.js 🏗️
run: npx next build
run: pnpm build

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7803585

Please sign in to comment.