Skip to content

Commit

Permalink
Reverting style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jogu99 committed Nov 14, 2022
1 parent c81db81 commit cc81e81
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-actual
npm install jsonresume-theme-paper
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-actual.html --format html --theme actual
resume export tmp/resume-paper.html --format html --theme paper
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-actual.html
htmlFile: ./tmp/resume-paper.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 cc81e81

Please sign in to comment.