We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dded339 commit 0434970Copy full SHA for 0434970
.github/workflows/deploy-esc.yml
@@ -50,5 +50,5 @@ jobs:
50
docker images &&
51
echo "-----------正在运行的服务--------" &&
52
docker ps &&
53
- cd /service && git reset --hard && git pull origin master &&
+ cd //service_env/ && git reset --hard && git pull origin master &&
54
bash ./scripts/book_doc.deploy.sh jsc ${{steps.version.outputs.value}}
0 commit comments