Skip to content

Commit 20d59d3

Browse files
committed
fix deploy script
1 parent c4a4200 commit 20d59d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
21-
cache: npm
20+
node-version: "20"
21+
cache: "yarn"
2222

2323
- name: Install dependencies
24-
run: npm ci
25-
- name: Build website
24+
run: yarn install --frozen-lockfile
25+
- name: Build documentation
2626
run: npm run build
2727

2828
- name: Upload Build Artifact

0 commit comments

Comments
 (0)