From 5c2b3be0649ca010b3b0d7e70d67c3b5a4750439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 29 Aug 2025 09:51:19 +0000 Subject: [PATCH] Pin redocly version --- .github/workflows/autodocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yaml b/.github/workflows/autodocs.yaml index a768f263..89e94af6 100644 --- a/.github/workflows/autodocs.yaml +++ b/.github/workflows/autodocs.yaml @@ -41,5 +41,5 @@ jobs: - name: Check that documentation is up-to-date run: | - npm install -g @redocly/cli + npm install -g @redocly/cli@1.32.2 python update_doc.py --check