Skip to content

Commit

Permalink
Fix generating CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed May 14, 2024
1 parent 42d96c7 commit 504c316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/commands/DatasetDocGenCommand.scala
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object DatasetDocGenCommand extends Command:
val docReadme = docBuilderReadme.build(title, mi.description + readmeIntro(landingPage), mi.datasetRes)
Files.writeString(
outputDir.resolve("README.md"),
MarkdownUtil.readmeHeader("dataset" + mi.identifier) + "\n\n" + docReadme.toMarkdown
MarkdownUtil.readmeHeader("dataset-" + mi.identifier) + "\n\n" + docReadme.toMarkdown
)
println("Generated README.md")
else
Expand Down

0 comments on commit 504c316

Please sign in to comment.