Skip to content

Commit

Permalink
fix: My bad
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 28, 2023
1 parent f89e617 commit 1acc9b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/adaptors/filesystem.ts
Expand Up @@ -113,6 +113,7 @@ export class FileSystemAdaptor implements LoaderAdaptor {
}

async getMarkdownFilesToUpload(): Promise<FilesToUpload> {
const files = await this.loadMarkdownFiles(this.settings.contentRoot);
const filesToPublish = [];
for (const file of files) {
try {
Expand Down

0 comments on commit 1acc9b8

Please sign in to comment.