浏览代码

Updated release website scripts. Part 2.

Thanks to xet7 !
Lauri Ojansivu 4 年之前
父节点
当前提交
91dae9795e
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      releases/release-website.sh

+ 3 - 3
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