Fix publish?
Some checks failed
CI / Typst formatting (push) Successful in 12s
CI / Typos (push) Successful in 15s
CI / Build (push) Has been cancelled

This commit is contained in:
2025-01-22 08:34:57 -08:00
parent 0930b8a964
commit 66670d6751
5 changed files with 74 additions and 77 deletions

View File

@ -3,6 +3,7 @@ name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
typos:
@ -67,7 +68,7 @@ jobs:
# Builds all handouts, LaTeX and Typst
- name: "Build handouts"
run: TYPST_PATH="$(pwd)/typst" python tools/build/main.py
run: TYPST_PATH="$(pwd)/typst" python tools/scripts/build.py
# Upload logs, even if build fails.
# LaTeX stdout/stderr isn't always helpful.
@ -94,4 +95,4 @@ jobs:
PUBLISH_KEY="${{ secrets.PUBLISH_KEY }}" \
VERSION="${{ github.sha }}" \
PACKAGE="${{ vars.PACKAGE }}" \
python tools/build/publish.py
python tools/scripts/publish.py