From 6f36da299799085f030e37a706e2d59a4ec5df63 Mon Sep 17 00:00:00 2001 From: Shad Storhaug Date: Thu, 24 Oct 2024 08:55:12 +0700 Subject: [PATCH] Lucene-Net-Documentation.yml: Remove anchor (won't run) --- .github/workflows/Lucene-Net-Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Lucene-Net-Documentation.yml b/.github/workflows/Lucene-Net-Documentation.yml index 316baa3d92..339ed59fa0 100644 --- a/.github/workflows/Lucene-Net-Documentation.yml +++ b/.github/workflows/Lucene-Net-Documentation.yml @@ -129,7 +129,7 @@ jobs: dotnet-version: '8.0.x' - name: Check Local Tools - run: &dotnet tool list --local + run: dotnet tool list --local shell: powershell - name: Build docs