Skip to content

Commit

Permalink
docs: Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Sep 7, 2024
1 parent d488c28 commit d9be863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/GenerateDocs/Program.cs
Original file line number Diff line number Diff line change
@@ -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");
Expand Down

0 comments on commit d9be863

Please sign in to comment.