소스 검색

aaand the last travis change

Julius Pfrommer 10 년 전
부모
커밋
64433d9784
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -52,9 +52,8 @@ script:
 after_success:
    - git clone --depth=50 -b gh-pages https://$GITAUTH@github.com/acplt/open62541
    - cd open62541
-   - git rm -rf doxygen
    - git rm -rf doc
-   - cp -r ../build/doc ./open62541/
+   - cp -r ../build/doc ./
    - git add -A doc/*
    - git config --global user.email "open62541-travis-ci@users.noreply.github.com"
    - git config --global user.name "Open62541 travis-ci"