Skip to content

Commit

Permalink
Pin md2resume version
Browse files Browse the repository at this point in the history
Fixes #4
  • Loading branch information
Eli W. Hunter committed Jul 26, 2019
1 parent 3751b25 commit 2ad5d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _deploy/build_resume.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Create resume and then run Jekyll site
# This uses https://github.com/there4/markdown-resume

cd "$(dirname "$0")"
cd "$(dirname "$0")/.."

# Make resume PDF
alias md2resume="docker run -v ${PWD}:/resume there4/markdown-resume md2resume"
alias md2resume="docker run -v ${PWD}:/resume there4/markdown-resume:2.3.1 md2resume"
md2resume pdf --template modern ./assets/resume.md .

0 comments on commit 2ad5d01

Please sign in to comment.