mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 05:02:52 +08:00
misc: cd website dir before deploy
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@ -9,5 +9,5 @@ action "Deploy" {
|
||||
GIT_USER = "yangshun"
|
||||
USE_SSH = "1"
|
||||
}
|
||||
runs = "yarn deploy"
|
||||
runs = "cd website && yarn && yarn deploy"
|
||||
}
|
||||
|
Reference in New Issue
Block a user