From 8a886bb81178b04637f297d8123c2ff333c238c9 Mon Sep 17 00:00:00 2001 From: Dave Whipp Date: Tue, 17 Oct 2023 16:40:52 +0300 Subject: [PATCH] Test creation of PDF from html on push --- .github/workflows/make-pdf.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/make-pdf.yml diff --git a/.github/workflows/make-pdf.yml b/.github/workflows/make-pdf.yml new file mode 100644 index 0000000000..49d4677f0a --- /dev/null +++ b/.github/workflows/make-pdf.yml @@ -0,0 +1,5 @@ +name: Make CV PDF +uses: markwilson/html2pdf@v1.0 +with: + htmlPath: 'index.html' + pdfName: 'whipp-CV'