Skip to content

Commit

Permalink
Fixup/docs deploy (#344)
Browse files Browse the repository at this point in the history
* Fixing issue with documentation deployment
  • Loading branch information
Omar Awile authored Jun 3, 2020
1 parent 393a6d9 commit bdffb0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ after_success:
echo "------- Build Documentation -------";
python3 setup.py build_ext --inplace docs -j 2 -G "Unix Makefiles" || travis_terminate 1;
cd $TRAVIS_BUILD_DIR/_skbuild/linux-x86_64-3.8/setuptools/sphinx;
rm -rf doctrees && touch html/.nojekyll;
echo "<meta http-equiv=\"refresh\" content=\"0; url=./html/index.html\" />" > html/index.html;
rm -rf doctest doctrees && touch .nojekyll;
echo "<meta http-equiv=\"refresh\" content=\"0; url=./html/index.html\" />" > index.html;
fi
- echo "------- Build and Test CoreNEURON -------"
- cd $HOME
Expand Down Expand Up @@ -149,7 +149,7 @@ deploy:
skip_cleanup: true
github_token: $GITHUB_TOKEN
keep_history: false
local_dir: $TRAVIS_BUILD_DIR/docs/_build/
local_dir: $TRAVIS_BUILD_DIR/_skbuild/linux-x86_64-3.8/setuptools/sphinx/
target_branch: gh-pages
on:
branch: master
Expand Down

0 comments on commit bdffb0c

Please sign in to comment.