From 18da570060c9ac3ea280255d29e2c714f58e2006 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 22 May 2024 15:42:17 +0200 Subject: [PATCH] I'm dumb. --- .github/workflows/autodocs.yml | 2 -- update_doc.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index d05829f3..48ed01e2 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -14,8 +14,6 @@ jobs: - name: Install Launcher id: install-launcher run: cargo install --path launcher/ - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - name: Check launcher Docs are up-to-date run: | echo text-generation-launcher --help diff --git a/update_doc.py b/update_doc.py index 3f8ddedd..021e89ee 100644 --- a/update_doc.py +++ b/update_doc.py @@ -142,7 +142,7 @@ def main(): args = parser.parse_args() - # check_cli(args.check) + check_cli(args.check) check_supported_models(args.check)