Skip to content

Commit 4948fdd

Browse files
committed
build: temporarily disable docs step until compiler bug is fixed
1 parent e2449eb commit 4948fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub fn build(b: *std.Build) !void {
8282
.target = target,
8383
.optimize = optimize,
8484
});
85-
b.installDirectory(.{ .source_dir = docs.getEmittedDocs(), .install_dir = .{ .custom = "docs/" }, .install_subdir = "" });
85+
// b.installDirectory(.{ .source_dir = docs.getEmittedDocs(), .install_dir = .{ .custom = "docs/" }, .install_subdir = "" });
8686
const run_docs = try install(docs, .{});
8787

8888
const docs_step = b.step("docs", "Generate documentation and run unit tests");

0 commit comments

Comments
 (0)