Skip to content

Commit 3fd1a20

Browse files
authored
Update build.yml
1 parent 7e2652d commit 3fd1a20

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@ jobs:
2323
run: |
2424
sudo apt update
2525
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
26-
26+
2727
- name: Build the document
28-
run:
29-
make update # this pulls in the current ivoatex
30-
make update-ci
28+
run: make
3129

3230
- name: Check the output
3331
run: |

0 commit comments

Comments
 (0)