Skip to content

Commit ea6dc9a

Browse files
authored
Update preview.yml
1 parent 17429db commit ea6dc9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232
sudo snap install pdftk
3333
3434
- name: Build the document
35-
run: make ${{ env.doc_name }}-draft.pdf
35+
run: |
36+
make forcetex
37+
make ${{ env.doc_name }}-draft.pdf
3638
3739
- name: Check the output
3840
run: |

0 commit comments

Comments
 (0)