Skip to content

Commit f48631d

Browse files
committed
ci: test
1 parent 5f7d03f commit f48631d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy.yml

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
run: |
2121
npm install
2222
npm run build
23-
npm run deploy
2423
- name: Deploy
2524
uses: peaceiris/actions-gh-pages@v3
2625
with:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dev": "next dev",
77
"build": "next build && next export",
88
"start": "next start",
9-
"deploy": "gh-pages -d out",
109
"lint": "next lint"
1110
},
1211
"dependencies": {

0 commit comments

Comments
 (0)