Skip to content

Commit 0cdd227

Browse files
fix: build command
1 parent 18897ad commit 0cdd227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
static_site_generator: next
3434

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

3838
- name: Upload artifact 📡
3939
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)