Skip to content

Commit

Permalink
Release filename is not scaped
Browse files Browse the repository at this point in the history
  • Loading branch information
deigote committed Nov 12, 2015
1 parent ee4f9af commit 6adf2d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ before_install:
- docker pull blang/latex
script:
- mkdir out
- docker run --rm -i --net=none -v $PWD:/data blang/latex pdflatex -interaction=nonstopmode
--output-directory=./out Diego\ Toharia\ -\ CV\ \(English\).tex
- find ./out -type f ! -name '*.pdf' -delete
- docker run --rm -i --net=none -v $PWD:/data blang/latex pdflatex -interaction=nonstopmode --output-directory=./out Diego\ Toharia\ -\ CV\ \(English\).tex
- find ./out -type f ! -name '*.pdf' -print -delete
deploy:
provider: releases
api_key:
secure: E1II4CWMiwB3OrX3sjAsb1ePue4flG3pXcgMulQNAQd1csRA74pGqc67hWVTNJZ9kZjZHA0U2sctSUtep9B0C5LTpOHHXBUbnNtXXZwmHCFvaKJJuy+docvs8/f+H5B0pSoT8H5ydvs3gCuC+FJ1pv//L34J9gPRmam54wsyVMM=
file: ./out/Diego\ Toharia\ -\ CV\ \(English\).pdf
file: ./out/Diego Toharia - CV (English).pdf
on:
repo: deigote/cv
tags: true

0 comments on commit 6adf2d9

Please sign in to comment.