Skip to content

Commit f485c3e

Browse files
committed
addjust 'Check Output' to last working state.
1 parent 20a7e0f commit f485c3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/preview.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,17 @@ jobs:
2828
- name: Setup dependencies
2929
run: |
3030
sudo apt update
31-
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
31+
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-font-utils xsltproc latexmk cm-super
3232
sudo snap install pdftk
3333
3434
- name: Build the document
3535
run: make ${{ env.doc_name }}-draft.pdf
3636

3737
- name: Check the output
3838
run: |
39+
ls -lrt
3940
test -f ${{ env.doc_name }}-draft.pdf
40-
test -f ${{ env.doc_name }}.bbl
41+
#test -f ${{ env.doc_name }}.bbl
4142
4243
- name: Move the auto-pdf-preview tag
4344
uses: weareyipyip/walking-tag-action@v2

0 commit comments

Comments
 (0)