Commit cd1d2f03 authored by Jérémy KRAEMER's avatar Jérémy KRAEMER

Update .gitlab-ci.yml

parent eb2a831a
# This file is a template, and might need editing before it works on your project. image: debian:8
# Full project: https://gitlab.com/pages/plain-html
pages: test:
stage: deploy script: echo "Hello world"
script: \ No newline at end of file
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- master
Markdown is supported
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