Commit e2a59312 by Vladimir Gorin

Update .gitlab-ci.yml

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