Chore: docusaurus ci move to yarn cache (#204)
Co-authored-by: Hien To <tominhhien97@gmail.com>
This commit is contained in:
parent
85470f1e9d
commit
c7cb9d994f
4
.github/workflows/deploy-jan-docs.yml
vendored
4
.github/workflows/deploy-jan-docs.yml
vendored
@ -19,8 +19,8 @@ jobs:
|
|||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
cache: 'npm'
|
cache: 'yarn'
|
||||||
cache-dependency-path: './docs/package-lock.json'
|
cache-dependency-path: './docs/yarn.lock'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install
|
run: yarn install
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user