We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 247cfc7 + e4f3fd8 commit afbbb20Copy full SHA for afbbb20
.github/workflows/deploy.yml
@@ -29,16 +29,11 @@ jobs:
29
30
- name: Build 🔧
31
run: npm run build
32
- env:
33
- NEXT_PUBLIC_BASE_PATH: /gitgitWi.github.io
34
- run: npm run export
35
36
37
- run: touch ./out/.nojekyll
38
39
- name: Deploy
40
uses: JamesIves/github-pages-deploy-action@4.1.4
41
with:
42
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
branch: gh-pages # The branch the action should deploy to.
44
folder: out
package.json
@@ -8,7 +8,6 @@
8
"build": "next build",
9
"start": "next start",
10
"export": "next export",
11
- "deploy": "next build && next export && touch out/.nojekyll",
12
"lint": "next lint"
13
},
14
"dependencies": {
0 commit comments