From 3168b7ff436084c6ae73b785ceb3fc791595377d Mon Sep 17 00:00:00 2001 From: landaiqing Date: Tue, 4 Nov 2025 00:27:34 +0800 Subject: [PATCH] :rocket: Modify deployment command --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 773cee8..82482e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - name: Install dependencies - run: cd frontend && npm ci + run: cd frontend && npm i - name: Build with VitePress run: cd frontend && npm run docs:build - name: Upload artifact