Browse Source

Pointed at the correct binary in the docker image now.

environments/production/deployments/9
Drew Short 9 years ago
parent
commit
9474fee87d
  1. 2
      build-html.sh

2
build-html.sh

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Script to build an HTML site from the PDF source
docker run -d -v $(pwd):/source sothr/pdf2htmlex pdf2htmlex --embed cfijo --dest-dir /source/out /source/DPSResume.pdf
docker run -d -v $(pwd):/source sothr/pdf2htmlex pdf2htmlEX --embed cfijo --dest-dir /source/out /source/DPSResume.pdf
tar -czvf ResumeSite.tar.gz out/*
Loading…
Cancel
Save