Browse Source

push generated pdf docs to the website

Julius Pfrommer 8 years ago
parent
commit
6986459bc8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/travis/travis_push_doc.sh

+ 2 - 1
tools/travis/travis_push_doc.sh

@@ -7,7 +7,8 @@ cd open62541-www
 rm -r -f ./doc/current/* || true # ignore result
 mkdir ./doc/current
 cp -r ../../doc/* ./doc/current/
-git add -A ./doc/current
+cp -r ../../doc_latex/open62541.pdf ./doc/open62541-current.pdf
+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