Skip to content

Commit bd99b72

Browse files
committed
Fix publish
1 parent 813c6f3 commit bd99b72

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
static_site_generator: next
3232

3333
- name: Build with Next.js 🏗️
34-
run: npx next build
34+
run: npm run next:build && touch ./out/.nojekyll
3535

3636
- name: Upload artifact 📡
3737
uses: actions/upload-pages-artifact@v3

.github/workflows/setup-node/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- name: Setup Node.js ⚙️
88
uses: actions/setup-node@v4
99
with:
10-
node-version: 20
10+
node-version: 24
1111

1212
- name: Cache dependencies ⚡
1313
id: cache_dependencies

0 commit comments

Comments
 (0)