Skip to content

Commit

Permalink
Added script to check for the location of docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
NightOwl888 committed Oct 24, 2024
1 parent c8b826d commit 7ddbc58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Lucene-Net-Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ddbc58

Please sign in to comment.