ci: fix
This commit is contained in:
parent
509f1db38b
commit
9a4d3243f9
@ -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
|
Loading…
Reference in New Issue
Block a user