mirror of
https://github.com/kemko/resume.git
synced 2026-01-01 15:55:47 +03:00
Create generate-pdf.yml
This commit is contained in:
18
.github/workflows/generate-pdf.yml
vendored
Normal file
18
.github/workflows/generate-pdf.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user