Skip to content

Commit

Permalink
rm fonts; update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunte committed Oct 6, 2024
1 parent 90c9edf commit 21859d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,16 @@ jobs:
- name: checkout
uses: actions/checkout@v4

- name: checkout fonts repo
uses: actions/checkout@v4
with:
repository: ckunte/fonts
path: fonts

- name: prep typst
uses: typst-community/setup-typst@v3
- run: typst compile offshore-lifts.typ --font-path=./inc/font/
- run: typst compile offshore-lifts.typ --font-path=fonts

- name: release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
Binary file removed inc/font/Segoe UI Bold.ttf
Binary file not shown.
Binary file removed inc/font/Segoe UI Italic.ttf
Binary file not shown.
Binary file removed inc/font/Segoe UI.ttf
Binary file not shown.

0 comments on commit 21859d7

Please sign in to comment.