diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 064eb46..0b37632 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,6 +17,8 @@ jobs: with: node-version: 18 cache: yarn + cache-dependency-path: ./docusaurus/yarn.lock + - name: Install dependencies run: yarn install --frozen-lockfile