Skip to content

Commit b9cef27

Browse files
committed
update to Typst 0.13
1 parent ebc8588 commit b9cef27

File tree

8 files changed

+6405
-6400
lines changed

8 files changed

+6405
-6400
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,22 @@ on:
88
jobs:
99
tests:
1010
strategy:
11+
# run tests on all versions, even if one fails
12+
fail-fast: false
1113
matrix:
1214
# add any other Typst versions that your package should support
1315
typst-version:
1416
- typst: 0.12
1517
tytanic: 0.1
16-
# the docs don't need to build with all versions supported by the package;
17-
# the latest one is enough
18-
include:
19-
- typst-version: {typst: 0.12, tytanic: 0.1}
20-
doc: 1
18+
- typst: 0.13
19+
tytanic: 0.2
20+
# the docs don't need to build with all versions supported by the package;
21+
# the latest one is enough
22+
doc: true
23+
24+
name: Test for ${{ matrix.typst-version.typst }} (Tytanic ${{ matrix.typst-version.tytanic }}${{ matrix.typst-version.doc && ', with docs' }})
2125
runs-on: ubuntu-latest
26+
2227
steps:
2328
- name: Checkout
2429
uses: actions/checkout@v4
@@ -52,5 +57,5 @@ jobs:
5257
retention-days: 5
5358

5459
- name: Build docs
55-
if: ${{ matrix.doc }}
60+
if: ${{ matrix.typst-version.doc }}
5661
run: just doc

docs/manual.pdf

-2.57 KB
Binary file not shown.

gallery/example-solved.pdf

0 Bytes
Binary file not shown.

gallery/example.pdf

0 Bytes
Binary file not shown.

thumbnail-dark-solved.svg

Lines changed: 1675 additions & 1675 deletions
Loading

thumbnail-dark.svg

Lines changed: 1522 additions & 1522 deletions
Loading

thumbnail-light-solved.svg

Lines changed: 1675 additions & 1675 deletions
Loading

thumbnail-light.svg

Lines changed: 1522 additions & 1522 deletions
Loading

0 commit comments

Comments
 (0)