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

trying to force update of pandoc version

parent 3abe5748
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ html:
    name: pandoc/latex:3.1.13-ubuntu
    entrypoint: ["/bin/sh"]
  before_script:
    - apt-get update && apt-get install pandoc=3.1.13 -y
    - pandoc --version
  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