Skip to content

Commit bd51577

Browse files
committed
remove with in setup pages
1 parent 63be491 commit bd51577

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nextjs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ jobs:
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
5656
- name: Setup Pages
5757
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
6565
- name: Restore cache
6666
uses: actions/cache@v4
6767
with:

0 commit comments

Comments
 (0)