From 19ee965f64de576ce98aea56aef55efe57061299 Mon Sep 17 00:00:00 2001 From: donoghuc Date: Tue, 2 Apr 2024 15:52:25 -0700 Subject: [PATCH] (maint) Pin back dita-ot image This is the last release that passes for building bolt docs. Pin to that version while we evaluate how to remain compatible with latest. --- .github/workflows/docs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 3c08a4c4b7..7265cec901 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -35,4 +35,5 @@ jobs: - name: Run DITA uses: dita-ot/dita-ot-action@master with: + dita-ot-version: 4.1.2 build: dita -i documentation/bolt.ditamap -o out -f html5 --processing-mode=strict