Skip to content

Commit 349c719

Browse files
authored
Fix docs-builder serve command (#1362)
1 parent 114a418 commit 349c719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Documentation.Site/FileProviders/EmbeddedOrPhysicalFileProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace Elastic.Documentation.Site.FileProviders;
1010

1111
public sealed class EmbeddedOrPhysicalFileProvider : IFileProvider, IDisposable
1212
{
13-
private readonly EmbeddedFileProvider _embeddedProvider = new(typeof(IDocumentationContext).Assembly, "Elastic.Documentation.Site._static");
13+
private readonly EmbeddedFileProvider _embeddedProvider = new(typeof(EmbeddedOrPhysicalFileProvider).Assembly, "Elastic.Documentation.Site._static");
1414
private readonly PhysicalFileProvider? _staticFilesInDocsFolder;
1515

1616
private readonly PhysicalFileProvider? _staticWebFilesDuringDebug;

0 commit comments

Comments
 (0)