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: ...@@ -6,7 +6,7 @@ pages:
image: carinerey/r_for_beginners image: carinerey/r_for_beginners
script: script:
- mkdir -p public/ - mkdir -p public/
- cp img/* public/img/ - cp -R img public/
- make - make
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment