From a1c74b74d214f10fb314aeda93c2b796b18a26e8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 3 May 2017 15:18:03 -0400 Subject: [PATCH] ci: update path to theme repo Signed-off-by: Anas Nashif --- scripts/ci/build-docs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ci/build-docs.sh b/scripts/ci/build-docs.sh index 12bf5d662fbab5..f6b587a6129fde 100755 --- a/scripts/ci/build-docs.sh +++ b/scripts/ci/build-docs.sh @@ -5,10 +5,10 @@ echo "- Install dependencies" sudo apt-get install doxygen make sudo pip install breathe sphinx awscli sphinx_rtd_theme -cd ${TESTING_REPO_STATE} +cd ${MAIN_REPO_STATE} source zephyr-env.sh -cp -a /build/IN/docs-theme-repo/gitRepo doc/themes/zephyr-docs-theme +cp -a /build/IN/docs_theme_repo/gitRepo doc/themes/zephyr-docs-theme ls -la doc/themes echo "- Building docs..."