Skip to content

Commit d019c6c

Browse files
authored
Merge pull request #4726 from PrimozGodec/fix-documentation-upload
Fix documentation host url
2 parents e176426 + 25cd49c commit d019c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/upload_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cp -r doc/data-mining-library/build/html doc/orange3doc/data-mining-library
1010
cp -r doc/development/build/html doc/orange3doc/development
1111
cp -r doc/visual-programming/build/html doc/orange3doc/visual-programming
1212
> ~/.ssh/config echo "
13-
Host biolab.si
13+
Host ssh.biolab.si
1414
StrictHostKeyChecking no
1515
User uploaddocs
1616
IdentityFile $TRAVIS_BUILD_DIR/.travis/key.private

0 commit comments

Comments
 (0)