Loading .gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,8 @@ html: name: pandoc/latex:3.1.13-alpine name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] entrypoint: ["/bin/sh"] 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 - echo "" | 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 --verbose artifacts: artifacts: paths: paths: - API.html - API.html Loading Loading
.gitlab-ci.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -48,7 +48,8 @@ html: name: pandoc/latex:3.1.13-alpine name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] entrypoint: ["/bin/sh"] 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 - echo "" | 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 --verbose artifacts: artifacts: paths: paths: - API.html - API.html Loading