Skip to content

Commit 7e2652d

Browse files
authored
Update build.yml
try to fix the figures conversion
1 parent d9be145 commit 7e2652d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
sudo apt install texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended xsltproc latexmk cm-super
2626
2727
- name: Build the document
28-
run: make
28+
run:
29+
make update # this pulls in the current ivoatex
30+
make update-ci
2931

3032
- name: Check the output
3133
run: |

0 commit comments

Comments
 (0)