Commit aa84cc15 authored by Joe's avatar Joe
Browse files

try

parent 36f79b31
Pipeline #735 passed with stage
in 17 seconds
...@@ -4,7 +4,7 @@ variables: ...@@ -4,7 +4,7 @@ variables:
pages-master: pages-master:
stage: deploy stage: deploy
script: script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG" - mkdir -p "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG" - cp -r public/* "$EXPORT_DIR/$CI_PROJECT_PATH_SLUG"
only: only:
- master - master
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment