Compare commits

..

1 Commits

Author SHA1 Message Date
devxpain 5c7629ae1b
Merge 7d08321ab4 into b1134ab82e 2024-11-08 06:55:51 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ M.build = {
M.docs = {
skip = function(plugin)
return not plugin._.is_local and not plugin._.dirty
return not plugin._.dirty
end,
run = function(self)
local docs = self.plugin.dir .. "/doc"