Loading netlify.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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}..." Loading Loading
netlify.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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}..." Loading