commit 0361012569d578b449be3614d4f350142fab890d parent 37d6ff2e575419f319d7d5bb273db6c6a0247600 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sun, 12 Jul 2020 22:14:07 -0400 Print URL at end of page compilation Diffstat:
M | compile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile b/compile @@ -287,5 +287,5 @@ for file in "$@"; do auto_upload fi - print_success_msg "FINISHED: $outputFile" + print_success_msg "FINISHED: https://$siteName/$subDir/$fileName.html" done