Commit 2a366a0d authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

trying to force pandoc update

parent ab239b5d
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -48,9 +48,12 @@ html:
    name: pandoc/latex:3.1.13-alpine
    name: pandoc/latex:3.1.13-alpine
    entrypoint: ["/bin/sh"]
    entrypoint: ["/bin/sh"]
  before_script:
  before_script:
    - apk update
    - apk search pandoc
    - apk add pandoc
    - 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 --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


  artifacts:
  artifacts:
    paths:
    paths: