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-html
|
||||||
- build-css
|
- build-css
|
||||||
script:
|
script:
|
||||||
- echo "Deploying to pages"
|
- mv public_html public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public_html/
|
- public
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
Loading…
Reference in a new issue