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