This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 - name : Setup Node.js
1717 uses : actions/setup-node@v2
1818 with :
19- node-version : ' 18 ' # or '20'
19+ node-version : " 20 " # or '20'
2020
2121 - name : Install dependencies
2222 run : npm install
3232 NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
3333 run : |
3434 npm install -g netlify-cli
35- netlify deploy --prod --dir=build --auth=$NETLIFY_AUTH_TOKEN --site=82d6f505-6006-4230-a788-f6751a1f70b3
35+ netlify deploy --prod --dir=out --auth=$NETLIFY_AUTH_TOKEN --site=82d6f505-6006-4230-a788-f6751a1f70b3
Original file line number Diff line number Diff line change 44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --turbopack" ,
7- "build" : " next build" ,
7+ "build" : " next build && next export " ,
88 "start" : " next start" ,
99 "lint" : " next lint" ,
1010 "lint:fix" : " next lint --fix" ,
6464 " prettier --write"
6565 ]
6666 }
67- }
67+ }
You can’t perform that action at this time.
0 commit comments