Skip to content

Commit

Permalink
fix cleanup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Aug 4, 2024
1 parent 36be886 commit 2935934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/pull.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export async function notionPull(options: DocuNotionOptions): Promise<void> {
notionClient: cachedNotionClient,
})

let layoutStrategy = new FlatGuidLayoutStrategy()
let layoutStrategy = new HierarchicalNamedLayoutStrategy()
const fileCleaner = new FileCleaner(options.markdownOutputPath)

await fs.mkdir(options.markdownOutputPath, { recursive: true })
Expand Down

0 comments on commit 2935934

Please sign in to comment.