Skip to content

Commit d27458d

Browse files
Update .github/workflows/update_api_references.yml
Co-authored-by: Martin Evans <[email protected]>
1 parent c9914e1 commit d27458d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_api_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: install_tool_and_generate_api_docs
2222
run: |
2323
dotnet tool install -g XMLDoc2Markdown
24-
dotnet build ./LLama\LLamaSharp.csproj
24+
dotnet build ./LLama/LLamaSharp.csproj
2525
cd LLama/bin/Debug/net8.0
2626
rm -rf ../../../../docs/xmldocs
2727
dotnet xmldoc2md LLamaSharp.dll -o ../../../../docs/xmldocs --back-button

0 commit comments

Comments
 (0)