diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 70aff28..b055d49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -39,8 +39,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 # Or your preferred Node.js version - cache: 'npm' - cache-dependency-path: 'docs/package-lock.json' # Or yarn.lock - name: Install dependencies run: npm ci @@ -61,4 +59,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v4 \ No newline at end of file