File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,19 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
- name : Build smart-layer docs
15
- uses : dita-ot/dita-ot-action@4.1
15
+ uses : dita-ot/dita-ot-action@master
16
16
with :
17
+ dita-ot-version : 4.1
17
18
plugins : |
18
19
fox.jason.extend.css
19
- net.infotexture.dita-bootstrap
20
+ net.infotexture.dita-bootstrap@5.3.2
20
21
fox.jason.favicon
21
22
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
22
23
project : config/smartlayer-docsite.yaml
23
24
- name : Build smart-layer papers
24
- uses : dita-ot/dita-ot-action@4.1
25
+ uses : dita-ot/dita-ot-action@master
25
26
with :
27
+ dita-ot-version : 4.1
26
28
project : config/tokenscript-papers.xml
27
29
- uses : actions/upload-artifact@v3
28
30
with :
Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
16
16
run : |
17
17
sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml
18
18
- name : Build ts-site docs
19
- uses : dita-ot/dita-ot-action@4.1
19
+ uses : dita-ot/dita-ot-action@master
20
20
with :
21
+ dita-ot-version : 4.1
21
22
plugins : |
22
23
fox.jason.extend.css
23
- net.infotexture.dita-bootstrap
24
+ net.infotexture.dita-bootstrap@5.3.2
24
25
fox.jason.favicon
25
26
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
26
27
project : config/tokenscript-docsite.yaml
You can’t perform that action at this time.
0 commit comments