Loading .gitlab-ci.yml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -45,10 +45,9 @@ images_extraction: html: html: stage: build_html stage: build_html image: image: name: pandoc/latex:3.1.13-ubuntu name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] entrypoint: ["sh"] before_script: before_script: - apt-get update && apt-get install pandoc=3.1.13 -y - pandoc --version - pandoc --version script: 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 - 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 Loading Loading
.gitlab-ci.yml +2 −3 Original line number Original line Diff line number Diff line Loading @@ -45,10 +45,9 @@ images_extraction: html: html: stage: build_html stage: build_html image: image: name: pandoc/latex:3.1.13-ubuntu name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] entrypoint: ["sh"] before_script: before_script: - apt-get update && apt-get install pandoc=3.1.13 -y - pandoc --version - pandoc --version script: 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 - 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 Loading