Skip to content

Commit

Permalink
fix(ci): "could not find upvalue lib" error
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Mar 25, 2024
1 parent c814ef6 commit 486a148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docgen/init.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
local neorg = require("neorg.core")
local lib, modules = neorg.lib, neorg.modules

local docgen = require("docgen")
local fileio = require("fileio")

local neorg = require("neorg.core")
local lib, modules = neorg.lib, neorg.modules

--- CONFIGURABLE DOCGEN BEHAVIOUR
--- Tweak as you see fit.
local config = {
Expand Down

0 comments on commit 486a148

Please sign in to comment.