fix doxyfile path
This commit is contained in:
parent
6ddf5320e7
commit
53f307836a
@ -2,7 +2,7 @@
|
|||||||
if [ "$TRAVIS_REPO_SLUG" = "Lectem/ctrulib" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
|
if [ "$TRAVIS_REPO_SLUG" = "Lectem/ctrulib" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then
|
||||||
sudo apt-get install -qq doxygen
|
sudo apt-get install -qq doxygen
|
||||||
git clone --branch=gh-pages --single-branch --depth 1 https://${GH_TOKEN}@github.com/Lectem/ctrulib docs
|
git clone --branch=gh-pages --single-branch --depth 1 https://${GH_TOKEN}@github.com/Lectem/ctrulib docs
|
||||||
doxygen Doxyfile
|
doxygen libctru/Doxyfile
|
||||||
cd docs
|
cd docs
|
||||||
git rm -rf ./*
|
git rm -rf ./*
|
||||||
git add --all
|
git add --all
|
||||||
|
Loading…
Reference in New Issue
Block a user