Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jun 18, 2024
1 parent bd7a6d3 commit 9c5ac3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- uses: denoland/setup-deno@v1
- 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

- name: Remove old cv.pdf
run: rm -f public/cv.pdf

Expand Down

0 comments on commit 9c5ac3a

Please sign in to comment.