We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f96a1 commit 6d838adCopy full SHA for 6d838ad
.github/workflows/deploy-site.yml
@@ -53,6 +53,14 @@ jobs:
53
with:
54
node-version: "20"
55
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
64
- name: Restore cache
65
uses: actions/cache@v4
66
0 commit comments