Skip to content

Commit b66ad72

Browse files
authored
Update deploy.yml
1 parent cfd68d5 commit b66ad72

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup Node.js
15-
uses: actions/setup-node@v2
16-
with:
17-
node-version: 20
15+
uses: actions/setup-node@v4
1816

1917
- name: Install dependencies
2018
run: npm install
21-
working-directory: ./build
19+
working-directory: ./docs
2220

2321
- name: Build site
2422
run: npm run build
25-
working-directory: ./build
23+
working-directory: ./docs
2624

2725
- name: Deploy Files
2826
uses: SamKirkland/[email protected]

0 commit comments

Comments
 (0)