File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,14 +53,14 @@ jobs:
5353 with :
5454 node-version : " 16"
5555 cache : ${{ steps.detect-package-manager.outputs.manager }}
56- - name : Setup Pages
57- uses : actions/configure-pages@v3
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
56+ # - name: Setup Pages
57+ # uses: actions/configure-pages@v3
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
6464 - name : Restore cache
6565 uses : actions/cache@v3
6666 with :
You can’t perform that action at this time.
0 commit comments