diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37c5b12e1660d54b0a1cc43bfb97e6f21a00aee0..0d3a468ea038caf34520dc59c5b6bc666766d5c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ deploy_doc_develop: variables: GIT_STRATEGY: none script: - - mv /doc/html /html + - mv doc/html /html - chown 33:33 /html -R deploy_doc_branch: @@ -64,6 +64,6 @@ deploy_doc_branch: variables: GIT_STRATEGY: none script: - - mv /doc/html /html/branch/$CI_COMMIT_BRANCH + - mv doc/html /html/branch/$CI_COMMIT_BRANCH - chown 33:33 /html/branch/$CI_COMMIT_BRANCH -R