misc: cd website dir before deploy

pull/125/head
Yangshun Tay 5 years ago committed by GitHub
parent 3fca7dcd60
commit 91da960c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,5 +9,5 @@ action "Deploy" {
GIT_USER = "yangshun"
USE_SSH = "1"
}
runs = "yarn deploy"
runs = "cd website && yarn && yarn deploy"
}

Loading…
Cancel
Save