소스 검색

still a bug in doc generation

Julius Pfrommer 9 년 전
부모
커밋
7d1ef08c26
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tools/travis_push_doc.sh

+ 1 - 0
tools/travis_push_doc.sh

@@ -4,6 +4,7 @@ git clone --depth=5 -b gh-pages https://$GITAUTH@github.com/open62541/open62541-
 cd open62541-www
 
 git rm -r -f ./doc/current/*
+mkdir ./doc/current
 cp -r ../../doc/* ./doc/current/
 git add -A ./doc/current
 git config --global user.email "open62541-travis-ci@users.noreply.github.com"