We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35678b5 commit d7bb3f5Copy full SHA for d7bb3f5
1 file changed
.github/workflows/convert-adoc.yml
@@ -56,7 +56,7 @@ jobs:
56
# '-b' flag tells asciidoctor to use it for the conversion. The '-D' flag
57
# specifies an output directory.
58
- 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
+ run: find . -name '*.adoc' -print0 | xargs -0 bundle exec asciidoctor -r dita-topic -b dita-topic -R . -D temp-generation
60
61
# Some of the converted DITA files are not valid files (nested sections currently, could be other reasons)
62
# loop through all the .dita files and run them through the XSLT to fix them.
0 commit comments