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 e2449eb commit 4948fddCopy full SHA for 4948fdd
build.zig
@@ -82,7 +82,7 @@ pub fn build(b: *std.Build) !void {
82
.target = target,
83
.optimize = optimize,
84
});
85
- b.installDirectory(.{ .source_dir = docs.getEmittedDocs(), .install_dir = .{ .custom = "docs/" }, .install_subdir = "" });
+ // b.installDirectory(.{ .source_dir = docs.getEmittedDocs(), .install_dir = .{ .custom = "docs/" }, .install_subdir = "" });
86
const run_docs = try install(docs, .{});
87
88
const docs_step = b.step("docs", "Generate documentation and run unit tests");
0 commit comments