Skip to content

Commit 228916e

Browse files
committed
Copy result
1 parent a16417a commit 228916e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,17 @@ site:
1616
- /nix/store
1717
script:
1818
- nix --experimental-features 'nix-command flakes' build .?submodules=1#site
19+
- cp -r result/public public
1920
artifacts:
2021
paths:
21-
- result/public
22+
- public
2223

2324
pages:
2425
image: alpine
2526
stage: page_deploy
2627
environment: production
2728
script:
28-
- mv result/public public
29+
- echo ''
2930
artifacts:
3031
paths:
3132
- public

0 commit comments

Comments
 (0)