Browse Source

Update .travis.yml

moving gh-pages to github.com/acplt/open62541-www
Sten 10 years ago
parent
commit
f5a85ebbb9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -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