Fix Overly large margins
This commit is contained in:
parent
f566df6e18
commit
832a60eb54
2 changed files with 1 additions and 4 deletions
|
@ -18,8 +18,7 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pandoc wkhtmltopdf
|
||||
apt-get install -y pandoc wkhtmltopdf
|
||||
|
||||
- name: Generate HTML
|
||||
run: pandoc --css=resume-css-stylesheet.css -s -o resume.html resume.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue