Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update typst.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouwrice authored May 1, 2024
1 parent 684e5df commit 0e4b01d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: fontist/setup-fontist@v2
- run: fontist manifest-install manifest.yml

- uses: typst-community/setup-typst@v3
with:
cache-dependency-path: main.typ
- name: Compile
run: typst compile main.typ thesis.pdf
run: typst compile --font-path ./ main.typ thesis.pdf

- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down

0 comments on commit 0e4b01d

Please sign in to comment.