Kaynağa Gözat

still a bug in doc generation

Julius Pfrommer 9 yıl önce
ebeveyn
işleme
7d1ef08c26
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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
 cd open62541-www
 
 
 git rm -r -f ./doc/current/*
 git rm -r -f ./doc/current/*
+mkdir ./doc/current
 cp -r ../../doc/* ./doc/current/
 cp -r ../../doc/* ./doc/current/
 git add -A ./doc/current
 git add -A ./doc/current
 git config --global user.email "open62541-travis-ci@users.noreply.github.com"
 git config --global user.email "open62541-travis-ci@users.noreply.github.com"