diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index 029c360..4366b46 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -31,7 +31,7 @@ jobs: node-version: latest check-latest: 'false' cache: yarn - cache-dependency-path: web/package-lock.json + cache-dependency-path: web/yarn.lock - name: Setup Pages uses: actions/configure-pages@v5