Skip to content
This repository was archived by the owner on Sep 27, 2025. It is now read-only.

Commit 8b473b9

Browse files
ci: update to typst 0.13.0
1 parent 70f10aa commit 8b473b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/compile-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
uses: actions/cache@v4
2626
with:
2727
path: typst
28-
key: linux-typst-0.12.0
28+
key: linux-typst-0.13.0
2929
- name: Download typst if uncached
3030
if: steps.cache-typst.outputs.cache-hit != 'true'
3131
# will I remember to update this version? no
3232
run: |
33-
curl -LO https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz
33+
curl -LO https://github.com/typst/typst/releases/download/v0.13.0/typst-x86_64-unknown-linux-musl.tar.xz
3434
du -h typst-x86_64-unknown-linux-musl.tar.xz
3535
tar -xf typst-x86_64-unknown-linux-musl.tar.xz
3636
mv typst-x86_64-unknown-linux-musl/typst ./typst

doc/workflow.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Mathematically speaking, $P_*, S_*, D_*, U$ are sets.
398398
- $A or B$ means that any of $A$, $B$ or both must be true
399399
in order for the whole expression to be true.
400400

401-
- $A sect B$ contains all tasks that are in *both* sets $A$ and $B$.
401+
- $A inter B$ contains all tasks that are in *both* sets $A$ and $B$.
402402

403403
- $A union B$ contanis all tasks that are in *any* of the sets $A$ or $B$.
404404

@@ -425,7 +425,7 @@ the accompanying conditional actions in its body.
425425

426426
=== Day ends
427427

428-
$ forall t in P_d sect D_P : t -> P_S $
428+
$ forall t in P_d inter D_P : t -> P_S $
429429

430430
=== $P_S$ becomes too short, long or boring
431431

0 commit comments

Comments
 (0)