From b70413b2cf504f08d91f5dba46fc92449460ee54 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Fri, 23 May 2025 23:40:04 -0300 Subject: [PATCH] remove cache from docusaurus gh pages workflow --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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