Skip to content

Commit d7bb3f5

Browse files
author
Jason Porter
committed
Forgot to bundle exec
Signed-off-by: Jason Porter <jporter@ibm.com>
1 parent 35678b5 commit d7bb3f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/convert-adoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# '-b' flag tells asciidoctor to use it for the conversion. The '-D' flag
5757
# specifies an output directory.
5858
- name: "Convert adoc files to dita"
59-
run: find . -name '*.adoc' -print0 | xargs -0 asciidoctor -r dita-topic -b dita-topic -R . -D temp-generation
59+
run: find . -name '*.adoc' -print0 | xargs -0 bundle exec asciidoctor -r dita-topic -b dita-topic -R . -D temp-generation
6060

6161
# Some of the converted DITA files are not valid files (nested sections currently, could be other reasons)
6262
# loop through all the .dita files and run them through the XSLT to fix them.

0 commit comments

Comments
 (0)