From 2a7002bc65400099b42a09bc9b387f4aec0eaeff Mon Sep 17 00:00:00 2001 From: Ren HangQi <2572131118@qq.com> Date: Wed, 5 Jun 2024 01:37:13 +0800 Subject: [PATCH] =?UTF-8?q?[feature]=E5=B0=9D=E8=AF=95=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E8=87=AA=E5=AE=9A=E4=B9=89=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 870f0e6..25acf03 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -35,3 +35,11 @@ jobs: git add . git commit -m "Deploy $GITHUB_SHA to gh-pages" git push --force --set-upstream origin gh-pages + - name: Deploy Web + uses: peaceiris/actions-gh-pages@v3 + with: + EXTERNAL_REPOSITORY: syswonder/hvisor-Book + PUBLISH_BRANCH: gh-pages + PUBLISH_DIR: ./ + commit_message: ${{ github.event.head_commit.message }} + cname: hvisor.syswonder.org \ No newline at end of file