Skip to content

Commit

Permalink
Working?
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Meyer committed Dec 30, 2024
1 parent b029d00 commit 2b791a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: typst-community/setup-typst@v3

- name: Run Typst
run: typst fonts # compile --root . _CV/CV.typ public/CV.pdf
run: typst compile --root . _CV/CV.typ public/CV.pdf

- name: Build jekyll
run: bundle exec jekyll build
Expand Down
2 changes: 1 addition & 1 deletion _CV/CV.typ
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import "modernpro-cv.typ": *

#show: cv-single.with(
font-type: "Avenir",
font-type: "Liberation Sans",
continue-header: "false",
name: "Aaron S. Meyer",
address: [],
Expand Down

0 comments on commit 2b791a9

Please sign in to comment.