@@ -16,7 +16,7 @@ site:
docs ext:
#!/usr/bin/env bash
- echo -e '\033[1m# Checking whether there are new {{uppercase(ext)}}s to build ...\033[0m'
+ echo -e '\033[1m# Checking whether there are new {{uppercase(ext)}}s to generate ...\033[0m'
export WEBROOT=public
@@ -38,7 +38,7 @@ docs ext:
if [ -z "$todo" ]
then
- echo "No {{uppercase(ext)}}s to build"
+ echo "No {{uppercase(ext)}}s to generate"
exit 0
else
for path in $todo