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)