Skip to content

Commit

Permalink
ci: update pdf text size (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleythedeveloper authored Feb 11, 2025
1 parent 3cf90ce commit 6dd2b2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
--outputPDFFilename="website/static/un-transparency-protocol.pdf" \
--coverTitle="UN Transparency Protocol" \
--coverImage="https://uncefact.github.io/spec-untp/img/home-hero.jpg" \
--cssStyle="body { font-size: 13px !important; } h1 { font-size: 40px !important; } h2 { font-size: 26px !important; } h3 { font-size: 20px !important; } h4 { font-size: 13px !important; }" \
--puppeteerArgs="--no-sandbox,--disable-setuid-sandbox"
- name: commit pdf
Expand Down

0 comments on commit 6dd2b2a

Please sign in to comment.