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
No related branches found
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!80Create documentation artifacts
...@@ -9,7 +9,7 @@ docs: ...@@ -9,7 +9,7 @@ docs:
stage: "build" stage: "build"
script: script:
- "nix-shell --run 'nix-build docs.nix'" - "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: artifacts:
paths: paths:
- "docs/build/" - "docs/build/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment