Skip to content

Commit 8191a54

Browse files
committed
ci: enable PDF/UA-1 and a11y in PDF builds
1 parent feade04 commit 8191a54

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
run: brew install typst
2121
- name: Install fonts
2222
run: brew install --cask font-twitter-color-emoji
23-
- name: Build PDF
24-
run: typst compile undergradmath.typ
23+
- name: Build PDF with PDF/UA-1
24+
run: typst compile --pdf-standard ua-1 --features a11y-extras undergradmath.typ
2525
- name: Upload PDF as artifact
2626
uses: actions/upload-artifact@v4
2727
with:

.github/workflows/watch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: brew install typst
3232
- name: Install fonts
3333
run: brew install --cask font-twitter-color-emoji
34-
- name: Build PDF
35-
run: typst compile undergradmath.typ
34+
- name: Build PDF with PDF/UA-1
35+
run: typst compile --pdf-standard ua-1 --features a11y-extras undergradmath.typ
3636
- name: Upload PDF as artifact
3737
uses: actions/upload-artifact@v4
3838
with:

0 commit comments

Comments
 (0)