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