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 fe7a1f4 commit c6c7e50Copy full SHA for c6c7e50
.github/workflows/deploy_books.yml
@@ -47,6 +47,6 @@ jobs:
47
uses: peaceiris/actions-gh-pages@v4
48
with:
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
- publish_dir: publish_books/book_template
+ publish_dir: book_template/book
51
publish_branch: gh-pages # 你想部署的分支
52
cname: "yinghuochong" # 如果你使用自定义域名,可以填写
0 commit comments