Skip to content

Commit

Permalink
Fix Travis file and docs generation: Try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
natanaeljr committed Feb 26, 2018
1 parent e3982c7 commit bf1ff64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ deploy:
keep-history: true
target-branch: gh-pages
local-dir: gh-pages
on:
branch: dev
2 changes: 1 addition & 1 deletion tools/ci/gen_doxygen_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

# Get the current gh-pages branch
cd $TRAVIS_BUILD_DIR
git clone -b gh-pages https://$GIT_REPO_REF gh-pages
git clone --recursive -b gh-pages https://$GH_REPO_REF gh-pages
cd gh-pages

# Need to create a .nojekyll file to allow filenames starting with an underscore
Expand Down

0 comments on commit bf1ff64

Please sign in to comment.