We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9be145 commit 7e2652dCopy full SHA for 7e2652d
1 file changed
.github/workflows/build.yml
@@ -25,7 +25,9 @@ jobs:
25
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
26
27
- name: Build the document
28
- run: make
+ run:
29
+ make update # this pulls in the current ivoatex
30
+ make update-ci
31
32
- name: Check the output
33
run: |
0 commit comments