Skip to content

Commit c14e20b

Browse files
committed
wip
1 parent 94cf937 commit c14e20b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
- name: Install dependencies
4949
run: npm install
5050
- name: Build with Next.js
51-
run: npm run build
51+
run: |
52+
npm run build
53+
npm run export
5254
env:
5355
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
5456
- name: Upload artifact

0 commit comments

Comments
 (0)