action
This commit is contained in:
parent
257a7b725e
commit
0d8fad9420
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -13,13 +13,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download Tectonic
|
- name: Install TeXLive
|
||||||
run:
|
run: |
|
||||||
wget "https://github.com/tectonic-typesetting/tectonic/releases/download/tectonic%400.15.0/tectonic-0.15.0-x86_64-unknown-linux-musl.tar.gz" &&
|
sudo apt install texlive-full
|
||||||
tar -xf "tectonic-0.15.0-x86_64-unknown-linux-musl.tar.gz"
|
|
||||||
|
|
||||||
- name: Build LaTeX handouts
|
- name: Build LaTeX handouts
|
||||||
run: bash build.sh
|
run: python tools/build/main.py
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user