Skip to content
Snippets Groups Projects
Commit c29f1a95 authored by Georgios Bitzes's avatar Georgios Bitzes
Browse files

ci: tweak make-docs artifact paths

parent 9161bd03
Branches
Tags
No related merge requests found
Pipeline #1500092 passed
......@@ -18,9 +18,11 @@ make-docs:
- cp CHANGELOG.md mkdocs/release-notes.md
- cd mkdocs
- mkdocs build
- cd ..
- mv mkdocs/site "$CI_JOB_NAME"
artifacts:
paths:
- mkdocs/site
- "$CI_JOB_NAME"
c8:
stage: build
......@@ -154,7 +156,7 @@ docs:
- TARGET="/eos/project/q/quarkdb/www/mkdocs/${CI_COMMIT_REF_NAME}"
- STAGING_AREA="$TARGET-${SNAPSHOT}"
- tree
- cp -r make-docs/site "$STAGING_AREA"
- cp -r make-docs "$STAGING_AREA"
- packaging/replace-directory.sh "$STAGING_AREA" "$TARGET"
tags:
- docker-privileged
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment