We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f7d03f commit f48631dCopy full SHA for f48631d
.github/workflows/deploy.yml
@@ -20,7 +20,6 @@ jobs:
20
run: |
21
npm install
22
npm run build
23
- npm run deploy
24
- name: Deploy
25
uses: peaceiris/actions-gh-pages@v3
26
with:
package.json
@@ -6,7 +6,6 @@
6
"dev": "next dev",
7
"build": "next build && next export",
8
"start": "next start",
9
- "deploy": "gh-pages -d out",
10
"lint": "next lint"
11
},
12
"dependencies": {
0 commit comments