Commit e2a59312 by Vladimir Gorin

Update .gitlab-ci.yml

parent 00c56bda
Pipeline #549 failed
......@@ -4,6 +4,9 @@ image: alpine:latest
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
- echo 'Nothing to do...'
artifacts:
paths:
......
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