From c39ade9954484a831900b5665a8d4689808c0d25 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan-Simon=20M=C3=B6ller?= Date: Tue, 9 Apr 2019 15:57:39 +0200 Subject: [PATCH] Fix for baseurl MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I8aff2436d2404aad841c7e6a45ac2eba8c0a6e61 Signed-off-by: Jan-Simon Möller --- jjb/daily-jjb-doc-update/include-doc-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/daily-jjb-doc-update/include-doc-update.sh b/jjb/daily-jjb-doc-update/include-doc-update.sh index 485d500e..a11cd850 100644 --- a/jjb/daily-jjb-doc-update/include-doc-update.sh +++ b/jjb/daily-jjb-doc-update/include-doc-update.sh @@ -13,7 +13,7 @@ git config --global user.email jenkins@automotivelinux.org rm -rf docs-webtemplate || true wget https://raw.githubusercontent.com/automotive-grade-linux/docs-webtemplate/master/setupdocs.sh mkdir docs-webtemplate -bash -x setupdocs.sh --directory=docs-webtemplate --webtemplate-ref=master --doctools-ref=master --baseurl=/ +bash -x setupdocs.sh --directory=docs-webtemplate --webtemplate-ref=master --doctools-ref=master # Todo --baseurl=/upload/ci/20018 cd docs-webtemplate make build \ No newline at end of file -- 2.16.6