Skip to content

Commit 117640b

Browse files
committed
add mkdir command for out dir
1 parent b2ee27a commit 117640b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Build with Next.js 🏗️
3333
run: npx next build
3434

35+
- name: Make build directory 🗃️
36+
run: mkdir -p out
37+
3538
- name: Upload artifact 📡
3639
uses: actions/upload-pages-artifact@v3
3740
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup Node.js ⚙️
77
uses: actions/setup-node@v4
88
with:
9-
node-version: 'lts/*'
9+
node-version: 20
1010

1111
- name: Cache dependencies ⚡
1212
id: cache_dependencies

0 commit comments

Comments
 (0)