Commit cb0b63c2 by Vladimir Gorin

Update .gitlab-ci.yml

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