diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 353f8f8..f9f8bcf 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -25,7 +25,6 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 18 - cache: yarn - name: Install dependencies run: yarn install --frozen-lockfile