From 132e874d92d8ed8c6335e474645335d36774799c Mon Sep 17 00:00:00 2001 From: imtodor Date: Tue, 23 Oct 2018 13:48:50 +0300 Subject: [PATCH] chore: Echoing configuration file --- build-docs.sh | 3 ++- start-docs.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build-docs.sh b/build-docs.sh index c0accd7..c4c50b9 100644 --- a/build-docs.sh +++ b/build-docs.sh @@ -4,9 +4,10 @@ config_file="_config.yml" if [ ! -z "$1" ] then config_file+=",$1" - echo "Using configuration from: $config_file" fi +echo "Using configuration from: $config_file" + debug_params="" if [ ! -z "$2" ] then diff --git a/start-docs.sh b/start-docs.sh index 2712850..59e6235 100644 --- a/start-docs.sh +++ b/start-docs.sh @@ -4,9 +4,10 @@ config_file="_config.yml" if [ ! -z "$1" ] then config_file+=",$1" - echo "Using configuration from: $config_file" fi +echo "Using configuration from: $config_file" + rm -rf _site/ .sass-cache .jekyll-cache .asset-cache docker pull tmitev/docs-seed:site docker build -t tmitev/docs-seed:site .