Skip to content

Commit

Permalink
Update puppeteer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jun 18, 2024
1 parent 749a2cd commit 800da21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Puppeteer Script
on:
push:
branches:
- feat/puppeteer
- master

jobs:
run-puppeteer:
Expand Down Expand Up @@ -33,6 +33,8 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git fetch origin master
git reset --soft FETCH_HEAD
git add public/cv.pdf
git commit -m "Remove old cv.pdf and update with new generated file"
git push
git push origin master --force

0 comments on commit 800da21

Please sign in to comment.