Skip to content

Commit

Permalink
fix: build command
Browse files Browse the repository at this point in the history
  • Loading branch information
aashutoshrathi committed Aug 3, 2024
1 parent 18897ad commit 0cdd227
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 @@ -33,7 +33,7 @@ jobs:
static_site_generator: next

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

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

0 comments on commit 0cdd227

Please sign in to comment.