Skip to content

Commit

Permalink
[fix]尝试自动部署自定义节点
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverYolo committed Jun 4, 2024
1 parent 2a7002b commit 622b4f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- 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
EXTERNAL_REPOSITORY: syswonder/hvisor-Book
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./
commit_message: ${{ github.event.head_commit.message }}
cname: hvisor.syswonder.org

0 comments on commit 622b4f5

Please sign in to comment.