Update .gitlab-ci.yml file
This commit is contained in:
parent
cada0be1d0
commit
587b538f89
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
script:
|
script:
|
||||||
|
- mkdir .public
|
||||||
|
- cp -r * .public
|
||||||
- mv .public public
|
- mv .public public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue