Skip to content
Snippets Groups Projects
Commit c2af634e authored by Florian Sesser's avatar Florian Sesser
Browse files

TIL how to copy directories proper

parent dd5ce2dc
Branches
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!80Create documentation artifacts
......@@ -9,7 +9,7 @@ docs:
stage: "build"
script:
- "nix-shell --run 'nix-build docs.nix'"
- "cp --recursive --no-preserve=mode result/docs/.* docs/build/"
- "cp --recursive --no-preserve=mode result/docs/. docs/build/"
artifacts:
paths:
- "docs/build/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment