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 21, 2024
1 parent 8b6e889 commit 89cdd1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Deno
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

- name: Install Puppeteer
run: PUPPETEER_PRODUCT=chrome deno run -A --unstable https://deno.land/x/puppeteer@16.2.0/install.ts
run: PUPPETEER_PRODUCT=chrome deno run -A https://deno.land/x/puppeteer@16.2.0/install.ts

- name: Remove old cv.pdf
run: rm -f public/cv.pdf
Expand All @@ -37,4 +37,4 @@ jobs:
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 origin master --force
git push origin master

0 comments on commit 89cdd1b

Please sign in to comment.