Skip to content

Commit 23ae381

Browse files
authored
Update deploy.yml
1 parent faa8fa9 commit 23ae381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: 18
1818

1919
- name: Install dependencies
20-
run: yarn install --frozen-lockfile
20+
run: npm install
2121
- name: Build website
2222
run: npm run build
2323

0 commit comments

Comments
 (0)