We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2918add commit b0a7537Copy full SHA for b0a7537
1 file changed
.github/workflows/deploy.yml
@@ -25,9 +25,7 @@ jobs:
25
run: npm install
26
27
- name: 🛠 Build & export static site
28
- run: |
29
- npm run build
30
- npx next export
+ run: npm run build
31
32
- name: 🚀 Deploy to GitHub Pages
33
uses: peaceiris/actions-gh-pages@v3
0 commit comments