Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ html: stage: build_html image: name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh"] script: - pandoc --extract-media ./ -f docx -t html -L filter_1.lua -L filter_2.lua --css=styling.css --css=API.css -s temp.docx -o API.html --toc --toc-depth 4 --template=template.html artifacts: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ html: stage: build_html image: name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh", "-c"] entrypoint: ["/bin/sh"] script: - pandoc --extract-media ./ -f docx -t html -L filter_1.lua -L filter_2.lua --css=styling.css --css=API.css -s temp.docx -o API.html --toc --toc-depth 4 --template=template.html artifacts: Loading