Skip to content

Commit

Permalink
use ensureTypstFileRegexMatches instead of pdf
Browse files Browse the repository at this point in the history
because we don't have pdftotext in this workflow currently

it's more appropriate for this test anyway
  • Loading branch information
gordonwoodhull committed Jul 9, 2024
1 parent 90a9e60 commit 9724c3d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ format:
quality: 2
typst:
quality: 2
keep-typ: true
pdf:
quality: na
docx:
Expand All @@ -31,7 +32,7 @@ _quarto:
- 'Abstract\!'
- []
typst:
ensurePdfRegexMatches:
ensureTypstFileRegexMatches:
-
- 'Abstract\!'
- []
Expand Down

0 comments on commit 9724c3d

Please sign in to comment.