From 6755d21c5b781a5bcca929213d263d30593047da Mon Sep 17 00:00:00 2001 From: Minggang Wang Date: Mon, 20 Apr 2026 11:04:29 +0800 Subject: [PATCH] Use `npm install` in deploy-docs workflow --- .github/workflows/deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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