File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2323 npm run build
2424
2525 - name : Deploy 🚀
26- uses : JamesIves/github-pages-deploy-action@v4
27- with :
28- branch : gh-pages
29- folder : out
30- token : ${{ secrets.GITHUB_TOKEN }}
26+ run : |
27+ git config --global user.name 'github-actions-bot'
28+ git config --global user.email 'support+actions@github.com'
29+ npx gh-pages -d build
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ const nextConfig = {
33 output : 'export' ,
44 distDir : 'build' ,
55 basePath : '' ,
6- assetPrefix : './_next/' ,
76 images : {
87 unoptimized : true ,
98 } ,
109} ;
1110
12- export default nextConfig ;
11+ export default nextConfig ;
Original file line number Diff line number Diff line change 22 "name" : " vaqm2.github.io" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
5+ "homepage" : " https://vaqm2.github.io/" ,
56 "scripts" : {
67 "dev" : " next dev --turbopack" ,
78 "build" : " next build" ,
You can’t perform that action at this time.
0 commit comments