Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
remove `static_site_generator` as per actions/configure-pages#107
  • Loading branch information
DieselTech authored Nov 17, 2024
1 parent d80e822 commit 3aa4e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
cache: "npm"
- name: Setup Pages
uses: actions/configure-pages@v5
with:
# with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
# static_site_generator: next
- name: Install dependencies
run: npm ci --prefer-offline
- name: Build with Next.js
Expand Down

0 comments on commit 3aa4e76

Please sign in to comment.