diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 064bf12..070bae7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,9 +3,10 @@ image: yusdacra/nix-flake:latest pages: stage: deploy script: - - nix build -L --show-trace + - nix build -L --show-trace + - mkdir public && cp -r result/* public artifacts: paths: - - result + - public only: - master \ No newline at end of file