From 67bbae184b893bb8252475be56e989fa7611ddcf Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Mon, 30 Nov 2015 17:23:25 +0100 Subject: [PATCH] phpDocs auto deployment: Fix output formatting --- _build/generate-phpdoc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_build/generate-phpdoc.sh b/_build/generate-phpdoc.sh index d87a570..2408ac2 100755 --- a/_build/generate-phpdoc.sh +++ b/_build/generate-phpdoc.sh @@ -31,13 +31,14 @@ if [ "$PHPDOC_CACHE_DIR" != "-" ]; then # NOTE: actually the following command should be `phpdoc project:transform` # instead of `phpdoc project:run`, but the command seems to be broken... + echo else # create temporary cache files in PHPDOC_TARGET_DIR PHPDOC_CACHE_DIR="$PHPDOC_TARGET_DIR" fi # transform phpDoc files (i.e. rewrite API docs) -printf '\nRewrite phpDocs...\n' +printf 'Rewrite phpDocs...\n' rm -rf "$PHPDOC_TARGET_DIR" phpdoc project:run --config "$PHPDOC_CONFIG" \ --cache-folder "$PHPDOC_CACHE_DIR" \