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: