From fd37efb1311720ed68473d0c1e6370f2bb71da6d Mon Sep 17 00:00:00 2001 From: Arthur Sonzogni Date: Sun, 21 Sep 2025 17:43:21 +0200 Subject: [PATCH] Update .github/workflows/documentation.yaml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 8eabfd37..b750493a 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -35,7 +35,7 @@ jobs: - name: "Build documentation" run: | - ./tools/build_multiversion_doc.sh + python3 ./tools/build_multiversion_doc.py - name: "Build examples" run: >