From 26eb7cea3ac2e9c732255225b73e4d588157befc Mon Sep 17 00:00:00 2001 From: drbh Date: Tue, 2 Jul 2024 18:04:55 +0000 Subject: [PATCH] fix: adjust autodoc workflow --- .github/workflows/autodocs.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autodocs.yaml b/.github/workflows/autodocs.yaml index e04ed211..33bce7ab 100644 --- a/.github/workflows/autodocs.yaml +++ b/.github/workflows/autodocs.yaml @@ -15,15 +15,10 @@ jobs: id: install-launcher run: cargo install --path launcher/ - - name: Check launcher Docs are up-to-date - run: | - echo text-generation-launcher --help - python update_doc.py md --check - - name: Install router id: install-router run: cargo install --path router/ - - name: Check that openapi schema is up-to-date + - name: Check that documentation is up-to-date run: | - python update_doc.py openapi --check + python update_doc.py --check