Skip to content
Snippets Groups Projects
Verified Commit 5cba9be9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

.gitlab-ci.yml: fix img/ cp

parent e174ceb4
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ pages:
image: carinerey/r_for_beginners
script:
- mkdir -p public/
- cp img/* public/img/
- cp -R img public/
- make
artifacts:
paths:
......
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