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 214ad98 commit a0b45fdCopy full SHA for a0b45fd
.github/workflows/publish-docs.yaml
@@ -35,7 +35,7 @@ jobs:
35
nix build .#docs
36
37
export out=/tmp/public/head-protocol
38
-
+mkdir -p $out
39
cp result/build $out -r
40
41
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
0 commit comments