Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: lvignoli/typst-action@main
with:
source_file: slides.typ
- name: Install Chinese fonts
run: |
wget https://github.com/notofonts/noto-cjk/releases/download/Sans2.004/08_NotoSansCJKsc.zip
unzip 08_NotoSansCJKsc.zip -x LICENSE
- uses: typst-community/setup-typst@v3
- run: typst compile --font-path . slides.typ
- uses: actions/upload-artifact@v4
with:
name: slides
Expand Down
Loading