act
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -18,13 +18,17 @@ jobs:
|
||||
- name: Install TeXLive
|
||||
run: |
|
||||
sudo apt update
|
||||
DEBIAN_FRONTEND=noninteractive sudo apt install --yes texlive texlive-xetex
|
||||
DEBIAN_FRONTEND=noninteractive \
|
||||
sudo apt install --yes \
|
||||
texlive texlive-xetex
|
||||
|
||||
- name: Download Typst
|
||||
run: |
|
||||
wget "https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
tar -xf "typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
mv "typst-x86_64-unknown-linux-musl/typst" .
|
||||
rm "typst-x86_64-unknown-linux-musl.tar.xz"
|
||||
rm -dr "typst-x86_64-unknown-linux-musl"
|
||||
|
||||
- name: Build handouts
|
||||
run: TYPST_PATH="$(pwd)/typst" python tools/build/main.py
|
||||
|
Reference in New Issue
Block a user