From b55a5eaab06bf3a7febee6bf17756abe99fa1d11 Mon Sep 17 00:00:00 2001 From: talktao Date: Thu, 25 Aug 2022 18:51:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9Aci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b30c8c4..62035df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: uses: actions/upload-pages-artifact@v1 with: # Upload entire repository - # path: '.' + path: '.' branch: gh-pages # 部署后提交到那个分支 folder: dist # 这里填打包好的目录名称 REPOSITORY_NAME: talktao/talktao.github.io # 这是我的 github page 仓库