Skip to content

Commit f62a207

Browse files
Update
1 parent 7794ae8 commit f62a207

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

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

3232
- name: Build with Next.js 🏗️
33-
run: npm run build
34-
35-
- name: Export with Next.js
36-
run: npm run export
33+
run: npm run build && ls -la
3734

3835
- name: Upload artifact 📡
3936
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)