ci: do not cache website preview build (#1763)

This commit is contained in:
Jonas L 2022-04-12 17:13:46 +02:00 committed by GitHub
parent f183886224
commit 8a8476755c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ jobs:
cache: yarn
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
working-directory: website
run: yarn install --frozen-lockfile