diff --git a/releases/release-website.sh b/releases/release-website.sh index 2029f22f3..f738c6489 100755 --- a/releases/release-website.sh +++ b/releases/release-website.sh @@ -42,6 +42,6 @@ mv wekan.html index.html cd ~/repos/w/wekan.github.io # 11) Commit all changes to git and push website changes live -#git add --all -#git commit -m "v$2" -#git push +git add --all +git commit -m "v$2" +git push