commit 1de49aa2d9e6f23408af04e5a8dea6485cf60500 parent 358e3d208e40b54cd5d72705f7bd6642b3963759 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 9 Nov 2024 00:08:24 +0100 Fix ci Diffstat:
| M | .github/workflows/build.yaml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: run: "pandoc -s root.tex -o root.md" - name: Run make4ht working-directory: build - run: make4ht -s -u -x --format odt --loglevel info -e ../build.mk4 root.tex || exit 0 + run: make4ht -s -u -l --format odt --loglevel info -e ../build.mk4 root.tex || exit 0 - name: Convert to docx working-directory: build run: soffice --convert-to docx root.odt