Skip to content

Commit

Permalink
Merge pull request #165 from atomfinger/Changing-theme
Browse files Browse the repository at this point in the history
Changing themes
  • Loading branch information
John Mikael Gundersen authored Nov 14, 2022
2 parents f90b887 + 0870283 commit c81db81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,21 +101,21 @@ jobs:
- name: Setup
run: |
npm install -g resume-cli
npm install jsonresume-theme-paper
npm install jsonresume-theme-actual
python -m pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
mkdir output
mkdir tmp
mv resume.json resume-full.json
python ./resume/__main__.py --input 'resume-full.json' --output 'resume.json' --format 'simplify'
resume export tmp/resume-paper.html --format html --theme paper
resume export tmp/resume-actual.html --format html --theme actual
mv resume.json resume-basic.json
mv resume-full.json resume.json
- name: HTML -> PDF
uses: fifsky/html-to-pdf-action@master
with:
htmlFile: ./tmp/resume-paper.html
htmlFile: ./tmp/resume-actual.html
outputFile: ./output/resume.pdf
pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}'
- name: PDF -> JPG
Expand Down

0 comments on commit c81db81

Please sign in to comment.