Skip to content

Commit 86af041

Browse files
author
Brad Robinson
committed
Update docsanity tool
1 parent 6fc6d63 commit 86af041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (bt.options.official)
2323
// Build docs
2424
if (!bt.options.nodoc)
2525
{
26-
bt.run(`docsanity`);
26+
bt.run(`docsanity-net5`);
2727
bt.run(`git add doc`);
2828
bt.run(`git commit --allow-empty -m "Updated documentation"`);
2929
}

0 commit comments

Comments
 (0)