Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ git: GIT_EMAIL: "project_47_bot_07ebaee9ab01682982f3e84d2c5d59d7@gitlab.example.com" script: #copy into public everything it needs to make the page work - cp ./API/*.html public/editing/ #editing_html files - cp -r ./API/dist/ public/editing/ #javascript files # - cp -r ./API/dist/ public/editing/ #javascript files - cp -r ./API/media/ public/editing/ #images - cp styles.css styling.css public/ #css files - unzip official.zip -d public/official/ Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ git: GIT_EMAIL: "project_47_bot_07ebaee9ab01682982f3e84d2c5d59d7@gitlab.example.com" script: #copy into public everything it needs to make the page work - cp ./API/*.html public/editing/ #editing_html files - cp -r ./API/dist/ public/editing/ #javascript files # - cp -r ./API/dist/ public/editing/ #javascript files - cp -r ./API/media/ public/editing/ #images - cp styles.css styling.css public/ #css files - unzip official.zip -d public/official/ Loading