From 6d537660080dd51dc421835ca7761a7e71b74011 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Tue, 26 Mar 2019 07:30:25 +0900 Subject: [PATCH] update: task.sh --- task.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task.sh b/task.sh index 97eb5dfa..f9440872 100755 --- a/task.sh +++ b/task.sh @@ -4,7 +4,7 @@ set -e -o pipefail # -x: is for debugging DOCKER_IMAGE="peaceiris/mkdocs-material" -DOCS_DIR="/docs" +DOCS_DIR="/root" function help() { cat << EOS