commit b8a10b6031c03c517b4ca2c2f2e7b70c1686d212 parent 7720a24b35208d36a2f7c878baf27676b740d601 Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de> Date: Sun, 15 Sep 2019 14:13:36 +0200 Echo deploy status Diffstat:
M | deploy.sh | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/deploy.sh b/deploy.sh @@ -1 +1,3 @@ +echo "Deploying..." rsync -r --delete-after _site/* homepage: +echo "...Done"