We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256fe12 commit c28e8ebCopy full SHA for c28e8eb
.github/workflows/deploy.yml
@@ -24,9 +24,7 @@ jobs:
24
run: npm ci
25
26
- name: Build and export
27
- run: |
28
- npm run build
29
- npm run export
+ run: npm run build
30
31
- name: Deploy to GitHub Pages
32
uses: peaceiris/actions-gh-pages@v3
package.json
@@ -7,7 +7,7 @@
7
"build": "next build",
8
"start": "next start",
9
"lint": "eslint",
10
- "export": "next build && next export",
+ "export": "next build",
11
"build:prod": "NODE_ENV=production npm run build",
12
"serve:out": "npx serve out"
13
},
0 commit comments