Commit 21a3f12d by Vladimir Gorin

Update .gitlab-ci.yml

parent e2a59312
Pipeline #550 passed with stages
in 13 seconds
image: alpine:latest
pages: pages:
stage: deploy
script: script:
- mkdir .public - mkdir .public
- cp -r * .public - cp -r * .public
- mv .public public - mv .public public
- echo 'Nothing to do...'
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