Skip to content

Commit

Permalink
Merge pull request #36406 from rsvoboda/print.guide.name
Browse files Browse the repository at this point in the history
AssembleDownstreamDocumentation - print guide name
  • Loading branch information
gsmet authored Oct 11, 2023
2 parents f9eebbd + d61e3e3 commit 429a9ef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public static void main(String[] args) throws Exception {
Files.createDirectories(TARGET_ROOT_DIRECTORY);

for (Path guide : guides) {
System.out.println("[INFO] Processing guide " + guide.getFileName());
copyAsciidoc(guide, TARGET_ROOT_DIRECTORY.resolve(guide.getFileName()), downstreamGuides);
}
for (Path simpleInclude : simpleIncludes) {
Expand Down

0 comments on commit 429a9ef

Please sign in to comment.