Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ html: before_script: - docker pull pandoc/latex:3.1.13-alpine script: - docker run -v ./:/data pandoc/latex:3.1.13-alpine /bin/sh -c "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" - docker run --entrypoint "/bin/sh" -v ./:/data pandoc/latex:3.1.13-alpine -c "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: paths: - API.html Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ html: before_script: - docker pull pandoc/latex:3.1.13-alpine script: - docker run -v ./:/data pandoc/latex:3.1.13-alpine /bin/sh -c "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" - docker run --entrypoint "/bin/sh" -v ./:/data pandoc/latex:3.1.13-alpine -c "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: paths: - API.html Loading