Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ saving_script: node pre-save_script.js && rm ./*.html && cd saved_files && for file in *_updated*; do mv "$file" "$(echo "../$file" | sed 's/_updated//g')"; done" artifacts: paths: - docx_to_html/API/ - ./API docx: stage: build Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ saving_script: node pre-save_script.js && rm ./*.html && cd saved_files && for file in *_updated*; do mv "$file" "$(echo "../$file" | sed 's/_updated//g')"; done" artifacts: paths: - docx_to_html/API/ - ./API docx: stage: build Loading