Skip to content
Snippets Groups Projects
Verified Commit 6624df20 authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#25] fix path of artifact

parent 33572644
No related branches found
No related tags found
1 merge request!16Resolve "CI Tool: Build Doxygen documentation and upload"
Pipeline #24830 failed
...@@ -48,7 +48,7 @@ deploy_doc_develop: ...@@ -48,7 +48,7 @@ deploy_doc_develop:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: script:
- mv /doc/html /html - mv doc/html /html
- chown 33:33 /html -R - chown 33:33 /html -R
deploy_doc_branch: deploy_doc_branch:
...@@ -64,6 +64,6 @@ deploy_doc_branch: ...@@ -64,6 +64,6 @@ deploy_doc_branch:
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
script: 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 - chown 33:33 /html/branch/$CI_COMMIT_BRANCH -R
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment