diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcd13e2..86187e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,9 @@ pages: stage: deploy script: - sh ./scripts/generate.sh - # - cp -r site public - # artifacts: - # paths: - # - public - # only: - # - master \ No newline at end of file + - cp -r site public + artifacts: + paths: + - public + only: + - master \ No newline at end of file