diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe71119..9e95286 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,9 @@ build-stage: script: - hugo - ls + artifacts: + paths: + - public deploy-stage: stage: deploy