File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7171 file_pattern : ' generated.json'
7272 skip_checkout : true
7373 push_options : ' --force'
74- - name : Static HTML export with Next.js
75- run : npm run export
7674 - name : Upload artifact
7775 uses : actions/upload-pages-artifact@v1
7876 with :
Original file line number Diff line number Diff line change 4343 run : npm run build
4444 env :
4545 GH_PERSONAL_ACCESS_TOKEN : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
46- - name : Static HTML export with Next.js
47- run : npm run export
4846 - name : Upload artifact
4947 uses : actions/upload-pages-artifact@v1
5048 with :
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ const nextConfig = {
44 reactStrictMode : true ,
55 productionBrowserSourceMaps : true ,
66 trailingSlash : true ,
7+ output : "export"
78}
89
910module . exports = nextConfig
You can’t perform that action at this time.
0 commit comments