diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bccf937..202757f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 gitmeta.tex biblio forcetex - name: Check the output run: | diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 4043026..3a87f1f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -27,7 +27,7 @@ jobs: sudo snap install pdftk - name: Build the document - run: make ${{ env.doc_name }}-draft.pdf + run: make gitmeta.tex biblio ${{ env.doc_name }}-draft.pdf - name: Check the output run: | @@ -35,10 +35,10 @@ jobs: test -f ${{ env.doc_name }}.bbl - name: Move the auto-pdf-preview tag - uses: weareyipyip/walking-tag-action@v1 + 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 }} diff --git a/README.md b/README.md index f06c0f4..645c1a2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/udf-catalogue-draft.pdf) + ## ADQL User Defined Functions catalogue This is the source code for the list of interoperable user defined functions