Skip to content

Commit 796b0d7

Browse files
author
George K. Thiruvathukal
committed
add before_deploy to set working directory before deployment (Travis docs issue)
1 parent fbe1fbc commit 796b0d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ script:
2121
- make all
2222
- cd sphinx-book && make html && make latexpdf
2323
- cd build && mkdir se4ml && mv html se4ml/. && zip -r se4ml.zip se4ml
24-
- cd
24+
before_deploy:
25+
- cd ~
2526
deploy:
2627
provider: releases
2728
api_key:

0 commit comments

Comments
 (0)