Skip to content

Commit 733a661

Browse files
committed
fixing deploy CI
1 parent 7f2a99f commit 733a661

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ pub fn build(b: *std.Build) !void {
108108
test_c_step.dependOn(&run_c_test.step);
109109
}
110110

111-
const doc_lib = b.addLibrary(.{
112-
.name = "doc",
111+
const autodoc_test = b.addObject(.{
112+
.name = "driver",
113113
.root_module = base_mod,
114114
});
115115

116116
const install_docs = b.addInstallDirectory(.{
117-
.source_dir = doc_lib.getEmittedDocs(),
117+
.source_dir = autodoc_test.getEmittedDocs(),
118118
.install_dir = .prefix,
119119
.install_subdir = "docs",
120120
});

0 commit comments

Comments
 (0)