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

.gitlab-ci.yml: create public/

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