From b2b80047fcb9b03a2f70d693a76c6b1ab9cf2819 Mon Sep 17 00:00:00 2001 From: bgharbi Date: Sun, 17 Sep 2023 12:33:44 +0200 Subject: [PATCH] remove cache --- .github/workflows/website.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 13beab72f5..8f41b76660 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,34 +17,10 @@ jobs: uses: actions/setup-node@v3 with: 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 - - name: Restore Crowdin Cache - uses: actions/cache/restore@v3 - with: - path: _crowdin - key: crowdin-cache-dev - - - name: Update dynamic data - run: yarn workspace @starknet-io/cms-scripts update-dynamic-data - - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 with: