Commit c6279563 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Update .gitlab-ci.yml file

parent bb5aab4d
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -45,10 +45,9 @@ images_extraction:
html:
html:
  stage: build_html
  stage: build_html
  image: 
  image: 
    name: pandoc/latex:3.1.13-ubuntu
    name: pandoc/latex:3.1.13-alpine
    entrypoint: ["/bin/sh"]
    entrypoint: ["sh"]
  before_script:
  before_script:
    - apt-get update && apt-get install pandoc=3.1.13 -y
    - pandoc --version
    - pandoc --version
  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