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