From 1f8f7395187b525ca974a71823ea5b91693b9af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=99=E6=BC=A0=E4=B9=8B=E5=AD=90?= <7850715+maboloshi@users.noreply.github.com> Date: Sun, 12 Nov 2023 16:14:57 +0800 Subject: [PATCH] Update ci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 沙漠之子 <7850715+maboloshi@users.noreply.github.com> --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a04fd00d1..7db1c93d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,3 @@ jobs: closeDelimiter: '' body: | ${{steps.contributors.outputs.htmlList}} - - - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - commit_message: '[${{steps.tag_version.outputs.tag}}] ${{ github.event.head_commit.message }}' - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./.deploy - user_name: github-actions[bot] - user_email: github-actions[bot]@users.noreply.github.com \ No newline at end of file