fix
This commit is contained in:
parent
34d89fa4fc
commit
92b05eeaa0
@ -4,9 +4,7 @@ pages:
|
|||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- nix build -L --show-trace
|
- nix build -L --show-trace
|
||||||
- mkdir public && cp -r result/* public
|
- mkdir public && cp -Hr result/* public
|
||||||
- touch public/.gitkeep
|
|
||||||
- ls public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
Loading…
Reference in New Issue
Block a user