Compare commits

..

1 Commits

Author SHA1 Message Date
Guilherme Soares e392528213
Merge 9fd9d87880 into b1134ab82e 2024-11-04 10:07:33 -08: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"