Skip to content

Commit 6d838ad

Browse files
fix: next configure
1 parent 97f96a1 commit 6d838ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/deploy-site.yml

+8
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
with:
5454
node-version: "20"
5555
cache: ${{ steps.detect-package-manager.outputs.manager }}
56+
- name: Setup Pages
57+
uses: actions/configure-pages@v5
58+
#with:
59+
# Automatically inject basePath in your Web 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
5664
- name: Restore cache
5765
uses: actions/cache@v4
5866
with:

0 commit comments

Comments
 (0)