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 a0b45fd commit e8a1d0eCopy full SHA for e8a1d0e
.github/workflows/publish-docs.yaml
@@ -57,7 +57,7 @@ mkdir -p $out
57
nix build .#docs
58
59
export out=/tmp/public/head-protocol/unstable
60
-
+mkdir -p $out
61
cp result/build $out -r
62
63
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
0 commit comments