mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-20 05:16:45 +00:00
fix: build docs in correct order
This commit is contained in:
parent
170a4ea8d0
commit
d578056ec9
2 changed files with 6 additions and 4 deletions
|
@ -161,6 +161,8 @@ function M.readme(readme, mds, transform)
|
|||
end
|
||||
|
||||
function M.update()
|
||||
M.themes()
|
||||
M.docs()
|
||||
M.readme("README.vim.md")
|
||||
M.readme("README.md", {
|
||||
"README.header.md",
|
||||
|
@ -169,8 +171,6 @@ function M.update()
|
|||
}, function(s)
|
||||
return s:gsub("\n# 🚀 Getting Started", "\n")
|
||||
end)
|
||||
M.themes()
|
||||
M.docs()
|
||||
vim.cmd.checktime()
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue