File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,19 @@ jobs:
1212 steps :
1313 - uses : actions/checkout@v4
1414 - name : Build smart-layer docs
15- uses : dita-ot/dita-ot-action@4.1
15+ uses : dita-ot/dita-ot-action@master
1616 with :
17+ dita-ot-version : 4.1
1718 plugins : |
1819 fox.jason.extend.css
19- net.infotexture.dita-bootstrap
20+ net.infotexture.dita-bootstrap@5.3.2
2021 fox.jason.favicon
2122 https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
2223 project : config/smartlayer-docsite.yaml
2324 - name : Build smart-layer papers
24- uses : dita-ot/dita-ot-action@4.1
25+ uses : dita-ot/dita-ot-action@master
2526 with :
27+ dita-ot-version : 4.1
2628 project : config/tokenscript-papers.xml
2729 - uses : actions/upload-artifact@v3
2830 with :
Original file line number Diff line number Diff line change 1616 run : |
1717 sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml
1818 - name : Build ts-site docs
19- uses : dita-ot/dita-ot-action@4.1
19+ uses : dita-ot/dita-ot-action@master
2020 with :
21+ dita-ot-version : 4.1
2122 plugins : |
2223 fox.jason.extend.css
2324 net.infotexture.dita-bootstrap
You can’t perform that action at this time.
0 commit comments