Skip to content

Commit af53c90

Browse files
authored
Merge pull request #66 from ocefpaf/fix_docs
Fix docs
2 parents ecd4e26 + 0d7909f commit af53c90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ script:
7272
pushd docs
7373
make clean html linkcheck
7474
popd
75-
python -m doctr deploy --key-path github_deploy_key.enc --built-docs docs/build/html .
75+
python -m doctr deploy . --key-path github_deploy_key.enc --built-docs docs/build/html/
7676
fi
7777
7878
doctr:
@@ -91,4 +91,4 @@ deploy:
9191
repo: pyoceans/python-oceans
9292
tags: true
9393
all_branches: master
94-
condition: '$TRAVIS_JOB_NAME == "docs"'
94+
condition: '$TRAVIS_JOB_NAME == "tarball"'

0 commit comments

Comments
 (0)