Skip to content

Commit 282f12b

Browse files
committed
github action
1 parent 095fcbe commit 282f12b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ jobs:
2727
uses: actions/setup-node@v3
2828
with:
2929
node-version: 20
30-
cache: yarn
30+
cache: npm
3131

3232
- name: Install Deps
33-
run: yarn install --frozen-lockfile
33+
run: npm ci
3434

3535
- name: Build Docs
3636
env:
3737
NODE_OPTIONS: --max_old_space_size=8192
3838
run: |-
39-
yarn run docs:build
39+
npm run docs:build
4040
> docs/.vuepress/dist/.nojekyll
4141
4242
- name: Deploy Docs

0 commit comments

Comments
 (0)