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 91bf11f commit 381df65Copy full SHA for 381df65
.github/workflows/box2d-docs-github.yml
@@ -22,7 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Run Box2D.NET.CommentConverter.csproj
25
- run: dotnet build tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
+ run: dotnet run --project tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
26
+ working-directory: src/Box2D.NET
27
28
- name: Install DocFX
29
# This installs the latest version of DocFX and may introduce breaking changes
0 commit comments