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