ci: 修复受损引用 (#9041)

This commit is contained in:
AnnAngela
2024-05-09 15:36:09 +08:00
committed by GitHub
parent 6c62a8462d
commit 6eb85ff640

View File

@@ -222,7 +222,7 @@ jobs:
if [ -n "$DOCS_DIFF" ]; then
echo "Found changes, start to deploy the docs:"
echo "$DOCS_DIFF"
gh workflow --repo MaaAssistantArknights/maa-website run build-and-deploy.yaml
gh workflow --repo MaaAssistantArknights/MaaAssistantArknights run deploy-website.yaml --field deploy-to-prod-env=true
echo "Deploying the docs."
else
echo "Nothing changed, exit."