Commit 21a3f12d by Vladimir Gorin

Update .gitlab-ci.yml

parent e2a59312
Pipeline #550 passed with stages
in 13 seconds
image: alpine:latest
pages:
stage: deploy
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