Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -76,8 +76,11 @@ docx: pages: stage: deploy needs: - "saving_script" - "images_extraction" script: #copy into public everything it needs to make the page work - cp ./API/saved_files/* public/ #html files - cp ./API/*.html public/ #html files - cp API.css background_highlight.css public/ #css files - cp media/* public/media/ #images - cp -r dist/ public/ #javascript files Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line Loading @@ -76,8 +76,11 @@ docx: pages: stage: deploy needs: - "saving_script" - "images_extraction" script: #copy into public everything it needs to make the page work - cp ./API/saved_files/* public/ #html files - cp ./API/*.html public/ #html files - cp API.css background_highlight.css public/ #css files - cp media/* public/media/ #images - cp -r dist/ public/ #javascript files Loading