We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed61d51 commit e94370dCopy full SHA for e94370d
.github/workflows/deploy.yml
@@ -50,4 +50,8 @@ jobs:
50
github_token: ${{ secrets.GITHUB_TOKEN }}
51
publish_dir: office-website/dist
52
force_orphan: true # 确保使用干净的 gh-pages 分支
53
+ clean: true # 部署前清理目标目录
54
+ enable_jekyll: false # 禁用 Jekyll 构建
55
+ user_name: 'github-actions[bot]'
56
+ user_email: 'github-actions[bot]@users.noreply.github.com'
57
commit_message: "deploy: 更新 GitHub Pages 站点"
0 commit comments