Skip to content

Merge pull request #26 from margani/dependabot/npm_and_yarn/puppeteer… #57

Merge pull request #26 from margani/dependabot/npm_and_yarn/puppeteer…

Merge pull request #26 from margani/dependabot/npm_and_yarn/puppeteer… #57

Workflow file for this run

name: update cv pdf
on:
workflow_dispatch:
push:
jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci
- run: npm run build:pdf
- uses: stefanzweifel/git-auto-commit-action@v5
if: github.ref == 'refs/heads/main'
with:
commit_author: GitHub Actions <[email protected]>
commit_message: Update CV pdf