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 356a8b1 commit 9862fceCopy full SHA for 9862fce
.github/workflows/publish-docs.yaml
@@ -36,7 +36,7 @@ jobs:
36
37
export out=/tmp/public/head-protocol
38
mkdir -p $out
39
- cp result/build $out -r
+ cp result/build/* $out -r
40
41
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
42
nix develop .#hydra-node-bench --command -- micro -o $out/benchmarks/ledger-bench.html
0 commit comments