Skip to content

Commit

Permalink
fix: nextjs deploy GH page cd failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mateobelanger authored Nov 25, 2024
1 parent 459e9be commit 0f47096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# 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: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
Expand Down

0 comments on commit 0f47096

Please sign in to comment.