|
@@ -50,7 +50,7 @@ script:
|
|
|
- cd ..
|
|
|
|
|
|
after_success:
|
|
|
- - git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541
|
|
|
+ - git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541-www
|
|
|
- cd open62541
|
|
|
- git rm -rf doc
|
|
|
- cp -r ../build/doc ./
|
|
@@ -59,7 +59,7 @@ after_success:
|
|
|
- git config --global user.name "Open62541 travis-ci"
|
|
|
- git config --global push.default simple
|
|
|
- git commit -am "doxygen updated by travis-ci"
|
|
|
- - git push https://$GITAUTH@github.com/acplt/open62541
|
|
|
+ - git push https://$GITAUTH@github.com/acplt/open62541-www
|
|
|
- cd ..
|
|
|
- rm -rf open62541
|
|
|
- ./tools/.coverity.sh
|