aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 19:29:11 -0700
committerGravatar Tom Willemse2019-10-06 19:29:11 -0700
commitcbee86f26d79249fa2d56cdc2fe21321e5c7568a (patch)
tree89ca7df59a5c9190acc47ebec40b0795ead54e7e
parent29289a3b761164f001e6be4f0679dbad80ce89e2 (diff)
downloadnew-ryuslash.org-cbee86f26d79249fa2d56cdc2fe21321e5c7568a.tar.gz
new-ryuslash.org-cbee86f26d79249fa2d56cdc2fe21321e5c7568a.zip
Move public_html to public
If I remember correctly the gitlab pages deployment needs everything to be in ‘public’.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 342112c..e8c0574 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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