From 53f307836a8c35b2ec8e8cd6636581178d07bb24 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sat, 21 Mar 2015 15:28:25 +0100 Subject: [PATCH] fix doxyfile path --- exportdoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exportdoc.sh b/exportdoc.sh index 6793efb..7d4942a 100644 --- a/exportdoc.sh +++ b/exportdoc.sh @@ -2,7 +2,7 @@ if [ "$TRAVIS_REPO_SLUG" = "Lectem/ctrulib" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then sudo apt-get install -qq doxygen git clone --branch=gh-pages --single-branch --depth 1 https://${GH_TOKEN}@github.com/Lectem/ctrulib docs -doxygen Doxyfile +doxygen libctru/Doxyfile cd docs git rm -rf ./* git add --all