Skip to content

Commit

Permalink
fix(cd): change typst action
Browse files Browse the repository at this point in the history
from: lvignoli/typst-action@main
into: typst-community/setup-typst@v3
why: lvignoli/typst-action#9 (comment)
  • Loading branch information
nyeong committed Mar 17, 2024
1 parent 62ed020 commit 70f03e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build Typst
uses: lvignoli/typst-action@main
with:
source_file: main.typ
options: |
--font-path fonts
- name: Set up Typst
uses: typst-community/setup-typst@v3

- name: Run Typst
run: typst compile main.typ --font-path fonts

- name: Upload PDF file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 70f03e0

Please sign in to comment.