Skip to content

Commit

Permalink
Add root arg to compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtz-j authored Sep 8, 2024
1 parent d65c412 commit 9986c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
DEFAULT_BUMP: 'patch'

- uses: typst-community/setup-typst@v3
- run: typst compile ./template/thesis.typ thesis.pdf
- run: typst compile ./template/thesis.typ thesis.pdf --root "./"
# NOTE: Add back proposal.typ when ready
# - run: typst compile proposal.typ proposal.pdf

Expand Down

0 comments on commit 9986c33

Please sign in to comment.