File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ jobs:
29
29
with :
30
30
authToken : ' ${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
31
31
32
- - name : Build documentation
32
+ - name : Build stable (i.e. from `release`) documentation
33
33
working-directory : docs
34
34
run : |
35
35
nix build .#docs
36
36
37
37
export out=/tmp/public/head-protocol
38
- mkdir -p $out
38
+ mkdir -p $out
39
39
cp result/build/* $out -r
40
40
41
41
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
@@ -57,7 +57,7 @@ mkdir -p $out
57
57
nix build .#docs
58
58
59
59
export out=/tmp/public/head-protocol/unstable
60
- mkdir -p $out
60
+ mkdir -p $out
61
61
cp result/build/* $out -r
62
62
63
63
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
You can’t perform that action at this time.
0 commit comments