Skip to content

Commit 24c9e03

Browse files
committed
fix deploy path
1 parent bbcd34b commit 24c9e03

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
@@ -26,7 +26,7 @@ cache:
2626
script: # Change working directory each time so including files will work. Change back so the pdfs can be found for deployment. This way, building multiple files goes well.
2727
- cd ./documentation/src/
2828
- tectonic ./documentation.tex --print
29-
- cd ../
29+
- cd ../../
3030
deploy:
3131
provider: releases
3232
api_key:

0 commit comments

Comments
 (0)