From 8ddfc0c3214aa4de5d0ffdd7d638092bb78f1b46 Mon Sep 17 00:00:00 2001 From: bgharbi Date: Sun, 17 Sep 2023 13:21:36 +0200 Subject: [PATCH] remove yarn cache --- .github/workflows/website.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b847268a73..5e1b5a869a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -19,20 +19,6 @@ jobs: node-version: 18 cache: yarn - - name: Cache dependencies - uses: actions/cache@v3 - with: - path: | - .yarn/cache - .yarn/install-state.gz - .eslintcache - **/tsconfig.tsbuildinfo - **/.types/** - **/.types-*/** - key: build-cache-${{ hashFiles('yarn.lock') }} - restore-keys: | - build-cache- - - name: Install dependencies run: yarn