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

Update .gitlab-ci.yml file

parent 1f9f469e
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -49,10 +49,7 @@ html:

docx:
  stage: build_docx
  dependencies:
    - "html"
  before_script:
    - apt update && apt-get install p7zip-full -y
    - pip3 install python-docx && pip3 install cssutils && pip3 install beautifulsoup4 #install dependances
  script:
    - python3 html_to_docx.py API.html API.css
@@ -63,8 +60,6 @@ docx:

pages:
  stage: deploy
  dependencies:
    - "docx"
  script:
    - cp API.html public/index.html
    - cp API.css background_highlight.css public/