From 33c4b0d8c366b47103722cec7bb912858eecf5ec Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 30 Jul 2024 12:35:12 +0200 Subject: [PATCH] Fix autodocs. --- .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 e10b232c..e10963b5 100644 --- a/.github/workflows/autodocs.yaml +++ b/.github/workflows/autodocs.yaml @@ -28,7 +28,7 @@ jobs: - name: Install router id: install-router - run: cargo install --path router/ + run: cargo install --path backends/v3/ - uses: actions/setup-node@v4 with: