Skip to content

Commit 7794ae8

Browse files
Update
1 parent 9994495 commit 7794ae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131

3232
- name: Build with Next.js 🏗️
3333
run: npm run build
34-
run: npm run export
34+
35+
- name: Export with Next.js
36+
run: npm run export
3537

3638
- name: Upload artifact 📡
3739
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)