소스 검색

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