Skip to content

Commit 7bf9856

Browse files
committed
fix dita and plugin version, also fix navbar style after we introduced bootstrap plugin
1 parent 58eb782 commit 7bf9856

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/workflows/deploy_smart_layer_docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

.github/workflows/update_ts_site_docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
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
23-
net.infotexture.dita-bootstrap
24+
net.infotexture.dita-bootstrap@5.3.2
2425
fox.jason.favicon
2526
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
2627
project: config/tokenscript-docsite.yaml

0 commit comments

Comments
 (0)