We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22468d2 commit 2a7002bCopy full SHA for 2a7002b
.github/workflows/deploy.yml
@@ -35,3 +35,11 @@ jobs:
35
git add .
36
git commit -m "Deploy $GITHUB_SHA to gh-pages"
37
git push --force --set-upstream origin gh-pages
38
+ - name: Deploy Web
39
+ uses: peaceiris/actions-gh-pages@v3
40
+ with:
41
+ EXTERNAL_REPOSITORY: syswonder/hvisor-Book
42
+ PUBLISH_BRANCH: gh-pages
43
+ PUBLISH_DIR: ./
44
+ commit_message: ${{ github.event.head_commit.message }}
45
+ cname: hvisor.syswonder.org
0 commit comments