We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a1d0e commit 356a8b1Copy full SHA for 356a8b1
.github/workflows/publish-docs.yaml
@@ -58,7 +58,7 @@ mkdir -p $out
58
59
export out=/tmp/public/head-protocol/unstable
60
mkdir -p $out
61
- cp result/build $out -r
+ cp result/build/* $out -r
62
63
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
64
nix develop .#hydra-node-bench --command -- micro -o $out/benchmarks/ledger-bench.html
0 commit comments