ソースを参照

git commit -am "updated releases webpage by travis-ci [ci skip]"

Holger Jeromin 9 年 前
コミット
97302a5f2e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      tools/.deployGH_doc.sh

+ 1 - 1
tools/.deployGH_doc.sh

@@ -14,7 +14,7 @@ git add -A doc/*
 git config --global user.email "open62541-travis-ci@users.noreply.github.com"
 git config --global user.name "Open62541 travis-ci"
 git config --global push.default simple
-git commit -am "gh-pages updated by travis-ci"
+git commit -am "updated generated documentation on webpage by travis-ci [ci skip]"
 git push https://$GITAUTH@github.com/acplt/open62541-www
 cd ..
 rm -rf open62541-www