diff --git a/.github/workflows/deploy_smart_layer_docs.yml b/.github/workflows/deploy_smart_layer_docs.yml index e27ed5a..8fd902e 100644 --- a/.github/workflows/deploy_smart_layer_docs.yml +++ b/.github/workflows/deploy_smart_layer_docs.yml @@ -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: diff --git a/.github/workflows/update_ts_site_docs.yml b/.github/workflows/update_ts_site_docs.yml index 6363325..a052de4 100644 --- a/.github/workflows/update_ts_site_docs.yml +++ b/.github/workflows/update_ts_site_docs.yml @@ -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