Merge pull request #26 from margani/dependabot/npm_and_yarn/puppeteer… #57
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |