diff --git a/.github/main.workflow b/.github/main.workflow index 7d567d0e..11690101 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -9,5 +9,5 @@ action "Deploy" { GIT_USER = "yangshun" USE_SSH = "1" } - runs = "deploy" + runs = "yarn deploy" }