fix(ci): correct to in site-deploy workflow (#55751)

This commit is contained in:
thinkasany
2025-11-17 22:54:24 +08:00
committed by GitHub
parent 36e7b11371
commit 888700677e

View File

@@ -73,7 +73,7 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
exclude_files: ./_site/report.html # 👈 这个功能是 beta, 但即便不排除,也不 care
exclude_assets: ./_site/report.html
force_orphan: true
# Since force_orphan will not trigger Sync to Gitee, we need to force run it here