From bc74571cd83bee125b54b9aa225737693f1666db Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 2 Jul 2024 15:22:13 +0000 Subject: [PATCH] fix: update workflow to use update_doc md command --- .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 48ed01e2..42c3443b 100644 --- a/.github/workflows/autodocs.yaml +++ b/.github/workflows/autodocs.yaml @@ -17,4 +17,4 @@ jobs: - name: Check launcher Docs are up-to-date run: | echo text-generation-launcher --help - python update_doc.py --check + python update_doc.py md --check