Skip to content

Commit 947b00e

Browse files
committed
fix action
1 parent b40270b commit 947b00e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,7 @@ jobs:
5757
cache: ${{ steps.detect-package-manager.outputs.manager }}
5858
- name: Setup Pages
5959
uses: actions/configure-pages@v5
60-
with:
61-
# Automatically inject basePath in your Next.js configuration file and disable
62-
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
63-
#
64-
# You may remove this line if you want to manage the configuration yourself.
65-
static_site_generator: next
60+
6661
- name: Restore cache
6762
uses: actions/cache@v4
6863
with:

0 commit comments

Comments
 (0)