From 1e4cb933c500f8135161e3d7fabeb0acf93bec12 Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Mon, 8 Jul 2019 11:30:44 +0200 Subject: add index.html to ghpages created index.html update the script to add it in the website directory --- scripts/launch-website.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh index f146e75..a636565 100755 --- a/scripts/launch-website.sh +++ b/scripts/launch-website.sh @@ -5,6 +5,7 @@ wget --recursive --no-parent --domains localhost --page-requisites --html-extens rm -rf terraform-provider-website; mv localhost:4567/ terraform-provider-website; +mv index.html terraform-provider-website/index.html docker stop "$(docker ps -q)") & -- cgit v1.2.3