Skip to content

Commit

Permalink
CI: doxygen replace old docs by new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
guitorri committed Jan 20, 2015
1 parent cf2999a commit 99d207f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,10 @@ after_success:
git clone https://github.com/Qucs/qucs-doxygen.git qucs-doxygen ;
cd qucs-doxygen ;
git checkout gh-pages ;
cp -r ../qucs/contrib/doxygen/html/ qucs/ ;
cp -r ../qucs-doc/doxygen/html/ qucs-core/ ;
rm -rf qucs/
mv ../qucs/contrib/doxygen/html/ qucs/ ;
rm -rf qucs-core/
mv ../qucs-doc/doxygen/html/ qucs-core/ ;
git add --all . ;
git commit -m "Auto-updating Doxygen developer documentation" ;
git push https://${GH_TOKEN}@github.com/Qucs/qucs-doxygen gh-pages ;
Expand Down

0 comments on commit 99d207f

Please sign in to comment.