Explorar o código

fix: mkdir command failed during push_docs

Julius Pfrommer %!s(int64=7) %!d(string=hai) anos
pai
achega
fbfd7e14d6
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tools/travis/travis_push_doc.sh

+ 0 - 1
tools/travis/travis_push_doc.sh

@@ -5,7 +5,6 @@ git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/open62541/open62541-
 cd open62541-www
 
 rm -r -f ./doc/current/* || true # ignore result
-mkdir ./doc/current
 cp -r ../../doc/* ./doc/current/
 cp -r ../../doc_latex/open62541.pdf ./doc/open62541-current.pdf
 git add -A ./doc