From a2482f0c681c4b7cb9310ef8a02cbcb717c761ae Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Tue, 8 Dec 2020 19:32:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20CI:=20fix=20Deploy=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ab058459..6d2d0a81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 env: github_token: ${{ secrets.ACTION_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./dist - with: - emptyCommits: false + publish_dir: ./dist + allow_empty_commit: true