Update gh-pages.yml
parent
892bad5f8a
commit
b3a9363b82
|
|
@ -38,6 +38,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 16.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
|
cache-dependency-path: website/yarn.lock
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: website
|
working-directory: website
|
||||||
run: yarn install --frozen-lockfile --non-interactive
|
run: yarn install --frozen-lockfile --non-interactive
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue