Skip to content

Commit cfd68d5

Browse files
authored
Update deploy.yml
1 parent 21840f3 commit cfd68d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,20 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v4
1313

1414
- name: Setup Node.js
1515
uses: actions/setup-node@v2
1616
with:
17-
node-version: 18
17+
node-version: 20
1818

1919
- name: Install dependencies
2020
run: npm install
21+
working-directory: ./build
2122

2223
- name: Build site
2324
run: npm run build
25+
working-directory: ./build
2426

2527
- name: Deploy Files
2628
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)