Commit a74ec34d authored by Clement Remi's avatar Clement Remi
Browse files

Update .gitlab-ci.yml

Showing with 3 additions and 5 deletions
+3 -5
......@@ -3,11 +3,9 @@
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
- public/
only:
- master
- master
\ 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