We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cde578 commit f17d286Copy full SHA for f17d286
1 file changed
.github/workflows/build.yaml
@@ -33,7 +33,6 @@ jobs:
33
ref: ${{ github.event.inputs.reference }}
34
- run: make venv
35
working-directory: ./Doc
36
- - run: sudo apt-get update && sudo apt-get install -y librsvg2-bin
37
- run: make dist-html
38
39
- uses: actions/upload-artifact@master
@@ -133,7 +132,7 @@ jobs:
133
132
134
135
136
- - run: sudo apt-get update && sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
+ - run: sudo apt-get update && sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy librsvg2-bin
137
- run: make dist-pdf
138
139
0 commit comments