Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ pages: needs: - "saving_script" - "images_extraction" - "generate_temp_docx" - "docx" script: #copy into public everything it needs to make the page work - cp ./API/*.html public/ #html files - cp API.css background_highlight.css public/ #css files Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,8 @@ pages: needs: - "saving_script" - "images_extraction" - "generate_temp_docx" - "docx" script: #copy into public everything it needs to make the page work - cp ./API/*.html public/ #html files - cp API.css background_highlight.css public/ #css files Loading