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 #38510 passed with stages
in 1 minute and 39 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -32,8 +32,8 @@ pages:
image: gitlab-registry.irstea.fr/nicolas.narcon/presentation-pyotb-foss4g
stage: pages
script:
- mv /public public
- mv slides/* public
- cp -r /public public
- cp -r slides/* public
artifacts:
paths:
- 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