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