Fix publish?
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user