diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 51afa7f..2b18888 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -38,6 +38,7 @@ jobs: with: node-version: 16.x cache: yarn + cache-dependency-path: website/yarn.lock - name: Install dependencies working-directory: website run: yarn install --frozen-lockfile --non-interactive