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 7bf9856
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 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
5 changes: 3 additions & 2 deletions .github/workflows/update_ts_site_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ 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
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/tokenscript-docsite.yaml
Expand Down

0 comments on commit 7bf9856

Please sign in to comment.