From d9be86356703d3d10ecbd4bd0cd60479cb456af9 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Sat, 7 Sep 2024 19:33:46 +0400 Subject: [PATCH] docs: Fixed. --- src/helpers/GenerateDocs/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/GenerateDocs/Program.cs b/src/helpers/GenerateDocs/Program.cs index 868193a..0a13343 100644 --- a/src/helpers/GenerateDocs/Program.cs +++ b/src/helpers/GenerateDocs/Program.cs @@ -1,5 +1,5 @@ var solutionDirectory = args.ElementAtOrDefault(0) ?? Path.GetFullPath(Path.Combine(Directory.GetCurrentDirectory(), "../../../../../..")); -var sampleDirectory = Path.Combine(solutionDirectory, "src", "tests", "Firecrawl.IntegrationTests"); +var sampleDirectory = Path.Combine(solutionDirectory, "src", "tests", "IntegrationTests"); var mkDocsPath = Path.Combine(solutionDirectory, "mkdocs.yml"); var newDir = Path.Combine(solutionDirectory, "docs", "samples");