diff --git a/scripts/ci/build-docs.sh b/scripts/ci/build-docs.sh index 12bf5d662fba..f6b587a6129f 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..."