From c8d1e44454edb4633db06d12dfc800c2a3cc6790 Mon Sep 17 00:00:00 2001 From: tanner0101 Date: Mon, 2 Apr 2018 22:19:20 -0400 Subject: [PATCH] redirect to 3.0 --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 0faac626..62eb0da3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -17,7 +17,7 @@ mv 2.0/site build/2.0; mv 3.0/site build/3.0; mv 1.5/.couscous/generated build/1.5; -echo "" > build/index.html; +echo "" > build/index.html; git add . git commit -am "deploy" git push