diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index d032c6e7..ba11076f 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -35,7 +35,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 24 - cache: 'npm' - name: Install dependencies run: npm install