Commit 4b4d94a3 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

Modified for debugging

parent 3a88c9b3
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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: