Skip to content

Commit afbbb20

Browse files
authored
Merge pull request #5 from gitgitWi/nextjs/v1
Fix: github token 삭제, deploy 스크립트 제거, assetPath 환경변수 수정
2 parents 247cfc7 + e4f3fd8 commit afbbb20

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,11 @@ jobs:
2929

3030
- name: Build 🔧
3131
run: npm run build
32-
env:
33-
NEXT_PUBLIC_BASE_PATH: /gitgitWi.github.io
3432
- run: npm run export
35-
env:
36-
NEXT_PUBLIC_BASE_PATH: /gitgitWi.github.io
3733
- run: touch ./out/.nojekyll
3834

3935
- name: Deploy
4036
uses: JamesIves/github-pages-deploy-action@4.1.4
4137
with:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4338
branch: gh-pages # The branch the action should deploy to.
4439
folder: out

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"build": "next build",
99
"start": "next start",
1010
"export": "next export",
11-
"deploy": "next build && next export && touch out/.nojekyll",
1211
"lint": "next lint"
1312
},
1413
"dependencies": {

0 commit comments

Comments
 (0)