|
@@ -64,12 +64,12 @@ jobs:
|
|
|
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
|
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
|
|
- name: Setup Pages
|
|
- name: Setup Pages
|
|
|
uses: actions/configure-pages@v5
|
|
uses: actions/configure-pages@v5
|
|
|
- with:
|
|
|
|
|
|
|
+ # with:
|
|
|
# Automatically inject basePath in your Next.js configuration file and disable
|
|
# Automatically inject basePath in your Next.js configuration file and disable
|
|
|
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
|
|
# 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.
|
|
# You may remove this line if you want to manage the configuration yourself.
|
|
|
- static_site_generator: next
|
|
|
|
|
|
|
+ # static_site_generator: next
|
|
|
- name: Restore cache
|
|
- name: Restore cache
|
|
|
uses: actions/cache@v4
|
|
uses: actions/cache@v4
|
|
|
with:
|
|
with:
|