Commit 57591e24 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

FIX: change mv to cp to overwrite

parent 6988ba1f
No related merge requests found
Pipeline #38508 passed with stages
in 1 minute and 31 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -32,8 +32,8 @@ pages: ...@@ -32,8 +32,8 @@ pages:
image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g
stage: pages stage: pages
script: script:
- mv /public public - cp -r /public public
- mv slides/* public - cp -r slides/* public
artifacts: artifacts:
paths: paths:
- public - public
\ No newline at end of file
Supports Markdown
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