We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9914e1 commit d27458dCopy full SHA for d27458d
.github/workflows/update_api_references.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: install_tool_and_generate_api_docs
22
run: |
23
dotnet tool install -g XMLDoc2Markdown
24
- dotnet build ./LLama\LLamaSharp.csproj
+ dotnet build ./LLama/LLamaSharp.csproj
25
cd LLama/bin/Debug/net8.0
26
rm -rf ../../../../docs/xmldocs
27
dotnet xmldoc2md LLamaSharp.dll -o ../../../../docs/xmldocs --back-button
0 commit comments