Skip to content

Commit 6368877

Browse files
Comment out configure-pages (#48)
* Comment out configure-pages * Fix linter
1 parent d731ffd commit 6368877

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)