diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 00612bb636..b966c049f1 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -35,8 +35,14 @@ jobs: with: source: ./ destination: ./_site - - name: HTML to PDF - uses: LukaszLapaj/html-to-pdf-action@master + #- name: HTML to PDF + # uses: LukaszLapaj/html-to-pdf-action@master + # with: + # htmlFile: ./_site/index.html + # outputFile: ./_site/whipp-CV.pdf + # pdfOptions: '{"format": "A4", "margin": {"top": "10mm", "left": "10mm", "right": "10mm", "bottom": "10mm"}}' + - name: html to pdf + uses: fifsky/html-to-pdf-action@master with: htmlFile: ./_site/index.html outputFile: ./_site/whipp-CV.pdf