Skip to content

Commit

Permalink
feat: add puppeteer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hidaviddong committed Jun 18, 2024
1 parent a245cf4 commit bd7a6d3
Show file tree
Hide file tree
Showing 5 changed files with 3,342 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Run Puppeteer Script

on:
push:
branches:
- feat/puppeteer

jobs:
run-puppeteer:
runs-on: ubuntu-latest

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

- uses: denoland/setup-deno@v1
with:
deno-version: v1.x

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

- name: Run Puppeteer script
run: deno run -A scripts/puppeteer.js
164 changes: 164 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bd7a6d3

Please sign in to comment.