Skip to content

Commit

Permalink
Merge branch 'jdevans-ArchDocUpdates' of https://github.com/janetdeva…
Browse files Browse the repository at this point in the history
…ns/architecture into jdevans-ArchDocUpdates
  • Loading branch information
janetdevans committed Sep 12, 2024
2 parents 13a9a46 + bc2dea5 commit f220f9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup dependencies
run: |
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc
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 archdiag0.pdf archdiag1.pdf archdiag2.pdf biblio forcetex
Expand All @@ -33,8 +33,8 @@ jobs:
test -f ${{ env.doc_name }}.bbl
- name: Keep the PDF artefact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: PDF Preview
path: ${{ env.doc_name }}.pdf


Binary file modified ivoa-arch-dm.pdf
Binary file not shown.

0 comments on commit f220f9e

Please sign in to comment.