From b7dfa0d6df24f8f7e583f36331f769c4f47f72cb Mon Sep 17 00:00:00 2001 From: Cel Skeggs Date: Thu, 3 Mar 2016 16:18:53 -0800 Subject: [PATCH] Fix documentation automation --- CommonChickenRuntimeEngine/build.xml | 2 +- update-documentation.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonChickenRuntimeEngine/build.xml b/CommonChickenRuntimeEngine/build.xml index 9144c006..f4cc7110 100644 --- a/CommonChickenRuntimeEngine/build.xml +++ b/CommonChickenRuntimeEngine/build.xml @@ -68,6 +68,6 @@ Tests failed! - + diff --git a/update-documentation.sh b/update-documentation.sh index 68cb141c..10ffe96d 100755 --- a/update-documentation.sh +++ b/update-documentation.sh @@ -9,6 +9,6 @@ fi echo "This might take a bit." ./update-javadoc-site.sh || exit 1 -./build.sh upload || exit 1 +(cd docsrc && ./build.sh upload) || exit 1 echo "Done!"