We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e144061 commit 466ad74Copy full SHA for 466ad74
2 files changed
.github/workflows/release.yml
@@ -20,8 +20,8 @@ jobs:
20
run: brew install typst
21
- name: Install fonts
22
run: brew install --cask font-twitter-color-emoji
23
- - name: Build PDF
24
- run: typst compile undergradmath.typ
+ - name: Build PDF with PDF/UA-1
+ run: typst compile --pdf-standard ua-1 undergradmath.typ
25
- name: Upload PDF as artifact
26
uses: actions/upload-artifact@v4
27
with:
.github/workflows/watch.yml
@@ -31,8 +31,8 @@ jobs:
31
32
33
34
35
36
37
38
0 commit comments