File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,13 +48,13 @@ jobs:
4848 - name : Setup Pages
4949 id : pages
5050 uses : actions/configure-pages@v5
51- # with:
52- # # Automatically inject basePath in your Next.js configuration file and disable
53- # # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
54- # #
55- # # You may remove this line if you want to manage the configuration yourself.
56- # static_site_generator: next
57- # generator_config_file: apps/docs/next.config.js
51+ with :
52+ # Automatically inject basePath in your Next.js configuration file and disable
53+ # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
54+ #
55+ # You may remove this line if you want to manage the configuration yourself.
56+ static_site_generator : next
57+ generator_config_file : apps/docs/next.config.js
5858 - name : Dump Pages configuration
5959 run : |
6060 echo PAGES_BASE_URL: ${{ steps.pages.outputs.base_url }}
7878 - name : Upload artifact
7979 uses : actions/upload-pages-artifact@v3
8080 with :
81- path : ./apps/docs/ out
81+ path : ./out
8282
8383 # Deployment job
8484 deploy :
You can’t perform that action at this time.
0 commit comments