Move public_html to public

If I remember correctly the gitlab pages deployment needs everything to be in
‘public’.
This commit is contained in:
Tom Willemse 2019-10-06 19:29:11 -07:00
parent 29289a3b76
commit cbee86f26d

View file

@ -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