Move public_html to public
If I remember correctly the gitlab pages deployment needs everything to be in ‘public’.
This commit is contained in:
parent
29289a3b76
commit
cbee86f26d
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@ pages:
|
|||
- build-html
|
||||
- build-css
|
||||
script:
|
||||
- echo "Deploying to pages"
|
||||
- mv public_html public
|
||||
artifacts:
|
||||
paths:
|
||||
- public_html/
|
||||
- public
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in a new issue