File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ test:
1212
1313 - apt-get -qq update
1414 - apt-get install -y curl gnupg build-essential default-jre
15- - apt-get install -y xsltproc zip unzip python3-pip ruby-full
15+ - apt-get install -y xsltproc zip unzip python3-pip ruby-full nodejs npm
1616
1717 - apt install -y python3-sphinx
1818 - gem install asciidoctor bundler
19+ - npm install -g mdx2vast
1920
2021 - wget https://github.com/dita-ot/dita-ot/releases/download/3.6/dita-ot-3.6.zip
2122 - unzip dita-ot-3.6.zip > /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ install:
2323
2424 - pip install docutils
2525 - gem install asciidoctor
26+ - npm install -g mdx2vast
2627
2728 - choco install xsltproc
2829 # Git on AppVeyor includes a non-functional xsltproc. Remove this.
You can’t perform that action at this time.
0 commit comments