Skip to content

Commit 9994495

Browse files
Update
1 parent 79260a3 commit 9994495

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
static_site_generator: next
3131

3232
- name: Build with Next.js 🏗️
33-
run: npx next build
33+
run: npm run build
34+
run: npm run export
3435

3536
- name: Upload artifact 📡
3637
uses: actions/upload-pages-artifact@v3

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"dev": "next dev --turbopack",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"export": "next export"
1011
},
1112
"dependencies": {
1213
"framer-motion": "^11.15.0",

0 commit comments

Comments
 (0)