File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
55
55
cache : ${{ steps.detect-package-manager.outputs.manager }}
56
56
- name : Setup Pages
57
57
uses : actions/configure-pages@v5
58
- with :
59
- # Automatically inject basePath in your Next.js configuration file and disable
60
- # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61
- #
62
- # You may remove this line if you want to manage the configuration yourself.
63
- static_site_generator : next
64
- generator_config_file : ./next.config.mjs
58
+ # with:
59
+ # # Automatically inject basePath in your Next.js configuration file and disable
60
+ # # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
61
+ # #
62
+ # # You may remove this line if you want to manage the configuration yourself.
63
+ # static_site_generator: next
64
+ # generator_config_file: ./next.config.mjs
65
65
- name : Restore cache
66
66
uses : actions/cache@v4
67
67
with :
You can’t perform that action at this time.
0 commit comments