Skip to content

Commit

Permalink
fix dita and plugin version, also fix navbar style after we introduce…
Browse files Browse the repository at this point in the history
…d bootstrap plugin
  • Loading branch information
JustinFeng committed Oct 9, 2023
1 parent 58eb782 commit cf0579d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy_smart_layer_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build smart-layer docs
uses: dita-ot/dita-ot-action@4.1
uses: dita-ot/dita-ot-action@master
with:
dita-ot-version: 4.1
plugins: |
fox.jason.extend.css
net.infotexture.dita-bootstrap
net.infotexture.dita-bootstrap@5.3.2
fox.jason.favicon
https://github.com/oxygenxml/dita-ot-diagrams-plugin/archive/refs/heads/master.zip
project: config/smartlayer-docsite.yaml
- name: Build smart-layer papers
uses: dita-ot/dita-ot-action@4.1
uses: dita-ot/dita-ot-action@master
with:
dita-ot-version: 4.1
project: config/tokenscript-papers.xml
- uses: actions/upload-artifact@v3
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update_ts_site_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
run: |
sed -ri 's@href="/([^"]+)"@href="/docs/\1"@g' config/navbar.xml
- name: Build ts-site docs
uses: dita-ot/dita-ot-action@4.1
uses: dita-ot/dita-ot-action@master
with:
dita-ot-version: 4.1
plugins: |
fox.jason.extend.css
net.infotexture.dita-bootstrap
Expand Down

0 comments on commit cf0579d

Please sign in to comment.