Skip to content

Commit 69ce551

Browse files
committed
Fix syntax error in yaml
1 parent 4f9675b commit 69ce551

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
with:
3030
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'
3131

32-
- name: Build documentation
32+
- name: Build stable (i.e. from `release`) documentation
3333
working-directory: docs
3434
run: |
3535
nix build .#docs
3636
3737
export out=/tmp/public/head-protocol
38-
mkdir -p $out
38+
mkdir -p $out
3939
cp result/build/* $out -r
4040
4141
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/
@@ -57,7 +57,7 @@ mkdir -p $out
5757
nix build .#docs
5858
5959
export out=/tmp/public/head-protocol/unstable
60-
mkdir -p $out
60+
mkdir -p $out
6161
cp result/build/* $out -r
6262
6363
nix develop .#hydra-node-bench --command -- tx-cost --output-directory $out/benchmarks/

0 commit comments

Comments
 (0)