Skip to content

Commit

Permalink
re: organize workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Aug 17, 2024
1 parent c14c378 commit f035bf6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,16 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: pandoc wkhtmltopdf poppler-utils fonts-roboto
version: 1.0

- name: Checkout
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Run resume generation script
run: bash resumake.sh ${{ env.RESUME_MARGIN }}
- name: Generate PNG preview
Expand Down

0 comments on commit f035bf6

Please sign in to comment.