Skip to content

Commit 9862fce

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

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
@@ -36,7 +36,7 @@ jobs:
3636
3737
export out=/tmp/public/head-protocol
3838
mkdir -p $out
39-
cp result/build $out -r
39+
cp result/build/* $out -r
4040

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

0 commit comments

Comments
 (0)