Skip to content

Commit

Permalink
re: remove unused font package
Browse files Browse the repository at this point in the history
  • Loading branch information
cybardev committed Aug 17, 2024
1 parent 2c985f1 commit 47cb899
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/resume-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
workflow_dispatch:

env:
# TODO: change the order of sections and show/hide sections here
RESUME_SCHEMA: "profile,education,experience,projects,skills"
RESUME_MARGIN: 6

jobs:
Expand All @@ -17,7 +15,7 @@ jobs:
- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: pandoc wkhtmltopdf fonts-roboto
packages: pandoc wkhtmltopdf
version: 1.0

- name: Checkout repository
Expand Down

0 comments on commit 47cb899

Please sign in to comment.