Loading .gitlab-ci.yml +1 −2 Original line number Original line Diff line number Diff line Loading @@ -41,9 +41,8 @@ html: stage: build_html stage: build_html before_script: before_script: - docker pull pandoc/latex:3.1.13-alpine - docker pull pandoc/latex:3.1.13-alpine - docker run -it -v ./:/data --entrypoint "/bin/sh" pandoc/latex:3.1.13-alpine 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 - 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" artifacts: artifacts: paths: paths: - API.html - API.html Loading Loading
.gitlab-ci.yml +1 −2 Original line number Original line Diff line number Diff line Loading @@ -41,9 +41,8 @@ html: stage: build_html stage: build_html before_script: before_script: - docker pull pandoc/latex:3.1.13-alpine - docker pull pandoc/latex:3.1.13-alpine - docker run -it -v ./:/data --entrypoint "/bin/sh" pandoc/latex:3.1.13-alpine 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 - 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" artifacts: artifacts: paths: paths: - API.html - API.html Loading