From aef0a9abf4ebe72412d669671ab70a9c15cd0093 Mon Sep 17 00:00:00 2001 From: yangzi <1131696774@qq.com> Date: Wed, 20 Dec 2023 17:32:12 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20=E5=86=8D=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6911012..a6f7d48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -78,5 +78,5 @@ jobs: with: ACCESS_TOKEN: ${{ secrets.GH_DOCS }} BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: docs/_site # The folder the action should deploy. + FOLDER: dist # The folder the action should deploy. CLEAN: true