Fix docs upload
This commit is contained in:
parent
f00ac078d1
commit
c35b91b73b
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -170,7 +170,7 @@ pipeline {
|
||||||
-v \$(pwd):/app \\
|
-v \$(pwd):/app \\
|
||||||
-w /app \\
|
-w /app \\
|
||||||
jc21/ci-tools \\
|
jc21/ci-tools \\
|
||||||
scripts/upload /app/docs/.vuepress/dist
|
scripts/docs-upload /app/docs/.vuepress/dist
|
||||||
"""
|
"""
|
||||||
|
|
||||||
sh """docker run --rm \\
|
sh """docker run --rm \\
|
||||||
|
|
Loading…
Reference in a new issue