Loading .gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -47,8 +47,10 @@ html: image: name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] before_script: - echo "Desperate debugging" script: - 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 - 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: paths: Loading Loading
.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -47,8 +47,10 @@ html: image: name: pandoc/latex:3.1.13-alpine entrypoint: ["/bin/sh"] before_script: - echo "Desperate debugging" script: - 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 - 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: paths: Loading