Update .gitlab-ci.yml

This commit is contained in:
Bruno Carlin 2019-11-05 14:26:57 +00:00
parent d078d0a933
commit 6978dc1288

View file

@ -15,7 +15,7 @@ pages:
stage: deploy stage: deploy
script: script:
- mkdir public - mkdir public
- echo "<body>go/log page</body>" >publi/index.html - echo "<body>go/log page</body>" >public/index.html
artifacts: artifacts:
paths: paths:
- public - public