File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments