Commit cb0b63c2 by Vladimir Gorin

Update .gitlab-ci.yml

parent 362c3a07
Pipeline #552 passed with stages
in 13 seconds
image: alpine:latest
pages:
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
- public
......
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