File tree Expand file tree Collapse file tree 3 files changed +2
-23
lines changed
Expand file tree Collapse file tree 3 files changed +2
-23
lines changed Original file line number Diff line number Diff line change 2323 # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424 # SONAR_CLOUD_LOGIN: ${{ secrets.SONAR_CLOUD_LOGIN }}
2525
26- build-dita :
27- name : Build DITA
28- runs-on : ubuntu-latest
29- steps :
30- - name : Git checkout
31- uses : actions/checkout@v2
32- - name : Build PDF
33- uses : jason-fox/dita-build-action@master
34- with :
35- plugins : |
36- https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
37- https://github.com/jason-fox/fox.jason.passthrough.doxygen/archive/master.zip
38- build : |
39- dita -i ./test/cppdoc/document.ditamap -o out -f pdf -v
40-
41-
4226 unit-test :
4327 name : Unit Tests
4428 runs-on : ubuntu-latest
5034 with :
5135 dita-ot-version : 3.6
5236 plugin : ' fox.jason.passthrough.doxygen'
53- prerequisites : |
54- https://github.com/jason-fox/fox.jason.passthrough/archive/master.zip
5537 env :
5638 COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
Original file line number Diff line number Diff line change 77<plugin id =" fox.jason.passthrough.doxygen" version =" 1.0.0" >
88 <feature extension =" ant.import" file =" process_doxygen.xml" />
99 <feature extension =" dita.conductor.lib.import" file =" lib/passthrough.doxygen-1.0.jar" />
10- <!--
11- This plugin requires the passthrough reader
12- -->
13- <require plugin =" fox.jason.passthrough" />
10+ <feature extension =" dita.conductor.lib.import" file =" lib/passthrough.parser-4.0.jar" />
1411
15- <!-- Uses the passthrough extension point and file reader -->
12+ <!-- Uses the passthrough Doxygen file reader -->
1613 <feature extension =" dita.parser" >
1714 <parser format =" doxygen" class =" fox.jason.passthrough.DoxygenReader" />
1815 </feature >
You can’t perform that action at this time.
0 commit comments