Browse Source

Updated release website scripts. Part 2.

Thanks to xet7 !
Lauri Ojansivu 4 năm trước cách đây
mục cha
commit
91dae9795e
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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