Skip to content
Snippets Groups Projects
Commit 888d7ded authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

correct path for local docs

parent 5065de85
No related branches found
No related tags found
1 merge request!63Conda package based CI
...@@ -21,7 +21,7 @@ done ...@@ -21,7 +21,7 @@ done
run_cmd tar xfj "${f}" docs/${CI_PROJECT_NAME} run_cmd tar xfj "${f}" docs/${CI_PROJECT_NAME}
log_info ${DOC_UPLOADS} log_info ${DOC_UPLOADS}
for folder in "${DOC_UPLOADS[@]}"; do for folder in "${DOC_UPLOADS[@]}"; do
dav_upload_folder ${VISIBILITY}/docs/${CI_PROJECT_NAME} "${folder}" dav_upload_folder docs/${CI_PROJECT_NAME} "${folder}"
done done
# Deletes all the old packages if in beta # Deletes all the old packages if in beta
......
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