From dfc79e1b5fdf7b514d88d53f9f46213c14060a12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Fri, 13 Dec 2024 21:09:10 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=96=87=E6=A1=A3=E7=94=9F=E6=88=90?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 30157f8..d7084ae 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -50,7 +50,8 @@ jobs: env: VITE_GITHUB_ISSUES_TOKEN: ${{ secrets.VITE_GITHUB_ISSUES_TOKEN }} working-directory: ./docs # 指定工作目录为 docs - run: | + run: | # 有点小问题,得执行2次 + npm run docs:build npm run docs:build - name: Check for changes