Skip to content

Commit

Permalink
Pdf options within same line
Browse files Browse the repository at this point in the history
  • Loading branch information
pchelle authored Nov 27, 2024
1 parent ad88d87 commit 3307d2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/report-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,7 @@ jobs:
with:
htmlFile: ./Reports/${{ inputs.report }}/Report.html
outputFile: ./Reports/${{ inputs.report }}/Report.pdf
pdfOptions: |
'{"format": "A4",
"margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"},
"displayHeaderFooter": true,
"footerTemplate": "<span>pageNumber/totalPages</span>"
}'
pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}, "displayHeaderFooter": true, "footerTemplate": "<span>pageNumber/totalPages</span>"}'
- name: Save PDF file as artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 3307d2d

Please sign in to comment.