From 58035fb2ca16f88fe7076112b8da26e42f7a2218 Mon Sep 17 00:00:00 2001 From: Evgeny L Date: Mon, 7 Jan 2019 22:39:54 +0000 Subject: [PATCH] Update docs, execute deploy_site.sh when in shipyard directory The script uses relative paths to source variable and execute other scripts, so it's required to be within the same directory when executing it. Change-Id: I926eb029e4898a530f16276aa53b57f8aa9ba9cd --- doc/source/authoring_and_deployment.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source/authoring_and_deployment.rst b/doc/source/authoring_and_deployment.rst index 4824c147a..85847cf88 100644 --- a/doc/source/authoring_and_deployment.rst +++ b/doc/source/authoring_and_deployment.rst @@ -900,7 +900,8 @@ Now deploy the site with shipyard: :: - sudo -E airship-shipyard/tools/deploy_site.sh + cd airship-shipyard/tools/ + sudo -E ./deploy_site.sh Estimated runtime: **1h30m**