Skip to content

Commit

Permalink
Print guide name
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Oct 11, 2023
1 parent f64aaf4 commit d61e3e3
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 d61e3e3

Please sign in to comment.