| ... | ... | @@ -73,7 +73,10 @@ tidy -qe ../zig-cache/langref.html |
| 73 | 73 | if [ "${BUILD_REASON}" != "PullRequest" ]; then |
| 74 | 74 | # Produce the experimental std lib documentation. |
| 75 | 75 | mkdir -p release/docs/std |
| 76 | | release/bin/zig test ../lib/std/std.zig -femit-docs=release/docs/std -fno-emit-bin |
| 76 | release/bin/zig test ../lib/std/std.zig \ |
| 77 | --override-lib-dir ../lib \ |
| 78 | -femit-docs=release/docs/std \ |
| 79 | -fno-emit-bin |
| 77 | 80 | |
| 78 | 81 | mv ../LICENSE release/ |
| 79 | 82 | mv ../zig-cache/langref.html release/docs/ |