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 b3f39b1 commit 8a2e744Copy full SHA for 8a2e744
.github/workflows/HugoAction.yml
@@ -42,4 +42,5 @@ jobs:
42
#注意这里指的是 Pages 要发布哪个文件夹的内容,而不是指发布到目标仓库的什么位置;因为 hugo 默认生成静态网页到 public 文件夹,所以这里发布 public 文件夹里的内容。
43
publish_branch: gh-pages # 发布到哪个 branch
44
force_orphan: true
45
+ cname: webstack-hugo.weiyan.cc
46
full_commit_message: ${{ github.event.head_commit.message }}
0 commit comments