All checks were successful
Build Resume / build (push) Successful in 3s
trying to ssh into jmopines web server push to jmopines rename properly ISO8601 timestamps... name resume the right thing from the beginning mess with makefile again makefile shenanigans nuke makefile test instpect test test test test
9 lines
No EOL
294 B
Bash
9 lines
No EOL
294 B
Bash
#!/bin/bash
|
|
set -e
|
|
|
|
TIMESTAMP=$(date +%Y-%m-%dT%H-%M-%S%z)
|
|
|
|
xelatex -output-directory=examples examples/resume_jm_tremblay.tex
|
|
|
|
mv examples/resume_jm_tremblay.pdf examples/resume_jm_tremblay_${TIMESTAMP}.pdf
|
|
cp examples/resume_jm_tremblay_${TIMESTAMP}.pdf examples/resume_jm_tremblay_latest.pdf |