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
|
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
|
||||||
|
|
Loading…
Reference in a new issue