From 7e36887d2b16f48fa6f1978cd6b435e94d38ad28 Mon Sep 17 00:00:00 2001 From: Suwako Moriya Date: Sun, 26 Apr 2020 14:58:29 +0200 Subject: [PATCH] Update docs location --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5af169c..060dbc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -7,7 +7,7 @@ pipeline { environment { SPHINXOPTS = '-w sphinx-build.log' DEPLOY_HOST = 'docs@172.17.0.1' - DEPLOY_PATH = 'www/bot-base/' + DEPLOY_PATH = 'www/docs/bot-base/' } stages {