ci: do not cache website preview build (#1763)
This commit is contained in:
parent
f183886224
commit
8a8476755c
|
@ -42,13 +42,6 @@ jobs:
|
||||||
cache: yarn
|
cache: yarn
|
||||||
cache-dependency-path: website/yarn.lock
|
cache-dependency-path: website/yarn.lock
|
||||||
|
|
||||||
- uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: website/.docusaurus
|
|
||||||
key: docusaurus-main-pr-${{ github.event.inputs.pull-request-number }}
|
|
||||||
restore-keys: |
|
|
||||||
docusaurus-main-
|
|
||||||
|
|
||||||
- name: Install
|
- name: Install
|
||||||
working-directory: website
|
working-directory: website
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
|
|
Loading…
Reference in New Issue