Commit 75e5d4e3 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Update .gitlab-ci.yml file

parent 0435b654
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,7 @@ images_extraction:
html:
html:
  stage: build_html
  stage: build_html
  image: 
  image: 
    name: pandoc/latex:latest
    name: pandoc/latex:3.1.13-alpine
    entrypoint: ["/bin/sh", "-c"]
    entrypoint: ["/bin/sh", "-c"]
  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