Skip to content

Commit 7f9269b

Browse files
authored
Update deploy.yml
1 parent 10d9618 commit 7f9269b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- uses: actions/setup-node@v4
1717
with:
1818
node-version: 18
19-
cache: yarn
19+
cache: npm
2020

2121
- name: Install dependencies
22-
run: yarn install --frozen-lockfile
22+
run: npm ci
2323
- name: Build website
24-
run: yarn build
24+
run: npm run build
2525

2626
- name: Upload Build Artifact
2727
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)