Skip to content

Commit 356a8b1

Browse files
authored
Apply suggestion from @noonio
1 parent e8a1d0e commit 356a8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mkdir -p $out
5858
5959
export out=/tmp/public/head-protocol/unstable
6060
mkdir -p $out
61-
cp result/build $out -r
61+
cp result/build/* $out -r
6262

6363
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
6464
nix develop .#hydra-node-bench --command -- micro -o $out/benchmarks/ledger-bench.html

0 commit comments

Comments
 (0)