Skip to content

Commit

Permalink
Create generate-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosnovsky authored Nov 19, 2023
1 parent 417021a commit ca1668a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/generate-pdf.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ca1668a

Please sign in to comment.