Skip to content

Commit

Permalink
Fix build and preview CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Oct 10, 2024
1 parent 375458e commit ecc05c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
- name: Build the document
run: make
run: make biblio forcetex

- name: Check the output
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo snap install pdftk
- name: Build the document
run: make ${{ env.doc_name }}-draft.pdf
run: make biblio ${{ env.doc_name }}-draft.pdf

- name: Check the output
run: |
Expand All @@ -37,8 +37,8 @@ jobs:
- name: Move the auto-pdf-preview tag
uses: weareyipyip/walking-tag-action@v2
with:
TAG_NAME: auto-pdf-preview
TAG_MESSAGE: |
tag-name: auto-pdf-preview
tag-message: |
Last commit taken into account for the automatically updated PDF preview of this IVOA document.
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ecc05c0

Please sign in to comment.