We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2652d commit 3fd1a20Copy full SHA for 3fd1a20
1 file changed
.github/workflows/build.yml
@@ -23,11 +23,9 @@ jobs:
23
run: |
24
sudo apt update
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:
29
- make update # this pulls in the current ivoatex
30
- make update-ci
+ run: make
31
32
- name: Check the output
33
0 commit comments