Commit d6d2bca0 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

verboser

parent a20aeb78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ if [ "${NETLIFY}" = "true" ]; then

    cd public

    echo "[*] Creating single page tree overview..."

    tree -H '.' --noreport --dirsfirst -T "${PAGES_TEMPLATES_NAME:-Templates}" --charset utf-8 -o index.html .

    echo "[*] Publishing $(echo $GIT_TAGS | wc -w) tags and $(echo $GIT_BRANCHES | wc -w) branches to ${BASE_URL}..."