Skip to content

Commit b0a7537

Browse files
authored
Update deploy.yml
1 parent 2918add commit b0a7537

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ jobs:
2525
run: npm install
2626

2727
- name: 🛠 Build & export static site
28-
run: |
29-
npm run build
30-
npx next export
28+
run: npm run build
3129

3230
- name: 🚀 Deploy to GitHub Pages
3331
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)