From b7ea988888bfca1a20b0a31143d0892300ad0a37 Mon Sep 17 00:00:00 2001 From: hxuanyu <2252193204@qq.com> Date: Fri, 27 Jun 2025 16:52:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20GitHub=20Pages=20=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=AD=A5=E9=AA=A4=E7=9A=84=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4118511..e1baf3e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,8 +35,9 @@ jobs: - name: Install dependencies run: npm ci - - name: Build for GitHub Pages - run: npm run build:github + + - name: Build for GitHub Pages + run: npm run build:github - name: Setup Pages uses: actions/configure-pages@v4