Procházet zdrojové kódy

aaand the last travis change

Julius Pfrommer před 10 roky
rodič
revize
64433d9784
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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"