Skip to content

Commit

Permalink
Update to new stories format
Browse files Browse the repository at this point in the history
  • Loading branch information
RiskoZoSlovenska committed Dec 16, 2024
1 parent 4faebec commit 3bdb0a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-scripts/compile-stories.lua
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ local function compileSinglePartWork(dirMap, partName)

assert(utils.writefile(storyFileName, rendered))

if meta.list == false then -- Pretend it wasn't published if it shouldn't be listed
return nil
end

return {
type = dirMap.type,
name = partName,
Expand Down

0 comments on commit 3bdb0a8

Please sign in to comment.