Skip to content

Commit

Permalink
Merge pull request #66 from ocefpaf/fix_docs
Browse files Browse the repository at this point in the history
Fix docs
  • Loading branch information
ocefpaf authored Jan 28, 2020
2 parents ecd4e26 + 0d7909f commit af53c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ script:
pushd docs
make clean html linkcheck
popd
python -m doctr deploy --key-path github_deploy_key.enc --built-docs docs/build/html .
python -m doctr deploy . --key-path github_deploy_key.enc --built-docs docs/build/html/
fi
doctr:
Expand All @@ -91,4 +91,4 @@ deploy:
repo: pyoceans/python-oceans
tags: true
all_branches: master
condition: '$TRAVIS_JOB_NAME == "docs"'
condition: '$TRAVIS_JOB_NAME == "tarball"'

0 comments on commit af53c90

Please sign in to comment.