This action generates a PDF from a hugo site
Not Required HTML file to convert. Default "public/index.html".
Not Required PDF file to generate. Default "output.pdf".
uses: noworrieseh/hugo-pdf-action@v1 with: source: 'public/index.html' pdf: 'output.pdf'