We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813c6f3 commit bd99b72Copy full SHA for bd99b72
2 files changed
.github/workflows/publish.yml
@@ -31,7 +31,7 @@ jobs:
31
static_site_generator: next
32
33
- name: Build with Next.js 🏗️
34
- run: npx next build
+ run: npm run next:build && touch ./out/.nojekyll
35
36
- name: Upload artifact 📡
37
uses: actions/upload-pages-artifact@v3
.github/workflows/setup-node/action.yml
@@ -7,7 +7,7 @@ runs:
7
- name: Setup Node.js ⚙️
8
uses: actions/setup-node@v4
9
with:
10
- node-version: 20
+ node-version: 24
11
12
- name: Cache dependencies ⚡
13
id: cache_dependencies
0 commit comments