Skip to content

Commit

Permalink
[feature]尝试自动部署自定义域名
Browse files Browse the repository at this point in the history
  • Loading branch information
ForeverYolo committed Jun 4, 2024
1 parent 22468d2 commit 2a7002b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a7002b

Please sign in to comment.