From bf74e9bf9888e83d46f7366619449cb349199611 Mon Sep 17 00:00:00 2001 From: Dave Whipp Date: Fri, 30 Aug 2019 15:58:42 +0300 Subject: [PATCH 1/2] Test edit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c28e123c22..e6fb9cac3e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +--- +permalink: /index.html +--- + markdown-cv =========== From 13e76afd5d82dbb599a175ba393164b36ce50d5c Mon Sep 17 00:00:00 2001 From: Dave Whipp Date: Sun, 10 Aug 2025 17:31:52 -0500 Subject: [PATCH 2/2] Try another html to pdf action --- .github/workflows/jekyll-gh-pages.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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