Converts HTML files into PDF using chrome-headless-render-pdf.
Required The file path of the HTML to convert. Default index.html
.
Required The PDF file name to use (excluding the .pdf
extension). Default output
.
uses: markwilson/[email protected]
with:
htmlPath: 'test.html'
pdfName: 'test'