diff --git a/.github/workflows/release-ota.yml b/.github/workflows/release-ota.yml index 5d7ed0b4d3..3f8d5447a3 100644 --- a/.github/workflows/release-ota.yml +++ b/.github/workflows/release-ota.yml @@ -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."