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
|
||||
with:
|
||||
node-version: 18
|
||||
cache: 'npm'
|
||||
cache-dependency-path: './docs/package-lock.json'
|
||||
cache: 'yarn'
|
||||
cache-dependency-path: './docs/yarn.lock'
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user