Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -63,8 +60,6 @@ docx: pages: stage: deploy dependencies: - "docx" script: - cp API.html public/index.html - cp API.css background_highlight.css public/ Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -63,8 +60,6 @@ docx: pages: stage: deploy dependencies: - "docx" script: - cp API.html public/index.html - cp API.css background_highlight.css public/ Loading