Skip to content

Commit

Permalink
Merge pull request #177 from aziontech/fix/templates/astro/webpage-pd…
Browse files Browse the repository at this point in the history
…f-resume

fix(templates/astro/webpage-pdf-resume): Upgrade PDF file
  • Loading branch information
pablodiehl authored Nov 19, 2024
2 parents 3ee4ad5 + 6593e97 commit f106fc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/astro/webpage-pdf-resume/.github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:

- name: Install NPM dependencies
run: npm i

- name: Update PDF file
run: npx --yes bun@latest ./scripts/create-pdf.ts

- name: Install Azion CLI
run: |
Expand Down

0 comments on commit f106fc6

Please sign in to comment.