aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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