Skip to content

Commit 0d7909f

Browse files
committed
fix doctr command
1 parent 19f6e75 commit 0d7909f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
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:

0 commit comments

Comments
 (0)