diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 31ed188..ff14588 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -26,6 +26,7 @@ jobs: with: node-version: 22 cache: yarn + cache-dependency-path: ./docs/yarn.lock - name: Install dependencies working-directory: ./docs run: yarn install --frozen-lockfile --non-interactive