mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +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"
|
GIT_USER = "yangshun"
|
||||||
USE_SSH = "1"
|
USE_SSH = "1"
|
||||||
}
|
}
|
||||||
runs = "yarn deploy"
|
runs = "cd website && yarn && yarn deploy"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user