Skip to content

Commit 0a46cd6

Browse files
committed
Update deploy action to use yarn
1 parent dc535be commit 0a46cd6

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
@@ -20,10 +20,10 @@ jobs:
2020
- uses: actions/setup-node@v3
2121
with:
2222
node-version: 16
23-
cache: npm
24-
- run: npm ci
23+
cache: yarn
24+
- run: yarn install --frozen-lockfile
2525
- name: Build
26-
run: npm run docs:build
26+
run: yarn docs:build
2727
- uses: actions/configure-pages@v2
2828
- uses: actions/upload-pages-artifact@v1
2929
with:

0 commit comments

Comments
 (0)