Skip to content

Commit

Permalink
update preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdittmar committed Mar 12, 2024
1 parent c199c71 commit 7c7175b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ jobs:
- name: Setup dependencies
run: |
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-font-utils xsltproc latexmk cm-super
sudo snap install pdftk
- name: Build the document
run: make ${{ env.doc_name }}-draft.pdf

- name: Check the output
run: |
ls -lrt
test -f ${{ env.doc_name }}-draft.pdf
test -f ${{ env.doc_name }}.bbl
#test -f ${{ env.doc_name }}.bbl
- name: Move the auto-pdf-preview tag
uses: weareyipyip/walking-tag-action@v2
Expand Down

0 comments on commit 7c7175b

Please sign in to comment.