We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5de5db0 commit 8a39692Copy full SHA for 8a39692
1 file changed
.github/workflows/deploy-to-gh-page.yml
@@ -38,7 +38,7 @@ jobs:
38
39
# 4. 构建项目
40
- name: Build project
41
- run: pnpm run build:no-lint
+ run: pnpm run build:no-base
42
43
# 5. 部署到 gh-pages 分支(只上传 dist 内容)
44
- name: Deploy to GitHub Pages
@@ -49,6 +49,8 @@ jobs:
49
publish_dir: ./dist
50
# 强制覆盖旧内容,避免残留文件
51
force_orphan: true
52
+ # 添加cname文件到gh-pages分支
53
+ cname: github.jfork.top
54
55
# 6. 同步代码至gitee
56
- name: Sync to Gitee
0 commit comments