diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 051bc991..f88c01db 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -40,7 +40,7 @@ jobs: node-version: 24.x - name: Install dependencies - run: npm ci --ignore-scripts + run: npm install --ignore-scripts --no-audit --no-fund - name: Build docs run: npm run docs:gh-pages