Create generate-pdf.yml

This commit is contained in:
Art Rosnovsky
2023-11-18 20:35:48 -08:00
committed by GitHub
parent 417021a5f1
commit ca1668a319

18
.github/workflows/generate-pdf.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
on:
push:
jobs:
generate_pdf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: pnpm install and build
run: |
pnpm install
pnpm run build --if-present