Skip to content

davewhipp is testing out GitHub Actions 🚀 #3

davewhipp is testing out GitHub Actions 🚀

davewhipp is testing out GitHub Actions 🚀 #3

Workflow file for this run

name: Make CV PDF
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on:
workflow_dispatch:
branches:
- gh-pages
jobs:
Make-PDF:
runs-on: ubuntu-latest
steps:
- name: HTML to PDF
uses: markwilson/[email protected]
with:
htmlPath: 'index.html'
pdfName: 'whipp-CV'