diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8c834cd..b356a2c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -29,18 +29,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - - name: Get yarn cache - id: yarn-cache - run: echo "YARN_CACHE_DIR=$(yarn cache dir)" >> "${GITHUB_OUTPUT}" - - - name: Cache dependencies - uses: actions/cache@v3 - with: - path: ${{ steps.yarn-cache.outputs.YARN_CACHE_DIR }} - key: ${{ runner.os }}-website-${{ hashFiles('**/yarn.lock') }} - restore-keys: | - ${{ runner.os }}-website- - - name: 📥 Install Dependencies run: yarn --frozen-lockfile