We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40270b commit 947b00eCopy full SHA for 947b00e
1 file changed
.github/workflows/nextjs.yml
@@ -57,12 +57,7 @@ jobs:
57
cache: ${{ steps.detect-package-manager.outputs.manager }}
58
- name: Setup Pages
59
uses: actions/configure-pages@v5
60
- with:
61
- # Automatically inject basePath in your Next.js configuration file and disable
62
- # server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
63
- #
64
- # You may remove this line if you want to manage the configuration yourself.
65
- static_site_generator: next
+
66
- name: Restore cache
67
uses: actions/cache@v4
68
with:
0 commit comments