Update .gitlab-ci.yml
This commit is contained in:
parent
d078d0a933
commit
6978dc1288
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pages:
|
|||
stage: deploy
|
||||
script:
|
||||
- mkdir public
|
||||
- echo "<body>go/log page</body>" >publi/index.html
|
||||
- echo "<body>go/log page</body>" >public/index.html
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
|
Loading…
Reference in a new issue