This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch fix/apidocs-automation
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 7ddbc58e5bed0dddb66db67d64b63b2e9d662ab4
Author: Shad Storhaug <[email protected]>
AuthorDate: Thu Oct 24 08:53:01 2024 +0700

    Added script to check for the location of docfx
---
 .github/workflows/Lucene-Net-Documentation.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/Lucene-Net-Documentation.yml 
b/.github/workflows/Lucene-Net-Documentation.yml
index 809735652..316baa3d9 100644
--- a/.github/workflows/Lucene-Net-Documentation.yml
+++ b/.github/workflows/Lucene-Net-Documentation.yml
@@ -128,6 +128,10 @@ jobs:
         with:
           dotnet-version: '8.0.x'
 
+      - name: Check Local Tools
+        run: &dotnet tool list --local
+        shell: powershell
+
       - name: Build docs
         run: ./main-repo/websites/apidocs/docs.ps1 -Clean -LuceneNetVersion 
${{ env.RELEASE_VERSION }}
         shell: powershell

Reply via email to