We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18897ad commit 0cdd227Copy full SHA for 0cdd227
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
static_site_generator: next
34
35
- name: Build with Next.js 🏗️
36
- run: npx next build
+ run: npm run build:client
37
38
- name: Upload artifact 📡
39
uses: actions/upload-pages-artifact@v3
0 commit comments