aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/daily-jjb-doc-update/include-doc-upload.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-09 15:43:04 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-04-09 15:43:04 +0200
commit7692f79d076c3d0e4c680b2d10d65400d8cf73cd (patch)
treedbba0addae5e67f2a765cd1086d2d80e0d2763fb /jjb/daily-jjb-doc-update/include-doc-upload.sh
parent25fe84299e8e3ddce074c2bf9ddac7ab2b16722c (diff)
New doc site updates
Change the workflow to the new model. Change-Id: Ie26250d47240e7113372df4b1e6e9e8d235d7864 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/daily-jjb-doc-update/include-doc-upload.sh')
-rw-r--r--jjb/daily-jjb-doc-update/include-doc-upload.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/daily-jjb-doc-update/include-doc-upload.sh b/jjb/daily-jjb-doc-update/include-doc-upload.sh
index 731a122a..f0cbd92e 100644
--- a/jjb/daily-jjb-doc-update/include-doc-upload.sh
+++ b/jjb/daily-jjb-doc-update/include-doc-upload.sh
@@ -13,8 +13,8 @@ ssh-keyscan -H github.com >> ~/.ssh/known_hosts
mkdir -p $TMPDIR
git clone -b gh-pages git@github.com:automotive-grade-linux/docs-gh-pages.git $TMPDIR/upload-gh-pages
-mkdir -p $TMPDIR/upload-gh-pages/next/
-cp -ar $HTDOCS/* $TMPDIR/upload-gh-pages/next/
+mkdir -p $TMPDIR/upload-gh-pages/
+cp -ar $HTDOCS/* $TMPDIR/upload-gh-pages/
pushd $TMPDIR/upload-gh-pages
git config user.name build.automotivelinux.org
git config user.email jenkins@automotivelinux.org