From 9e6d97e5751481f5667b661d4660aa2289117098 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 22 May 2024 15:35:48 +0200 Subject: [PATCH] Fix. --- .github/workflows/autodocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 57e575dd..8ad51ebd 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -13,7 +13,7 @@ jobs: - name: Install Launcher id: install-launcher - run: cargo install --path text-generation-launcher + run: cargo install --path launcher/ - name: Check launcher Docs are up-to-date run: |