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 381df65 commit 9408c33Copy full SHA for 9408c33
.github/workflows/box2d-docs-github.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v4
23
24
- name: Run Box2D.NET.CommentConverter.csproj
25
- run: dotnet run --project 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
0 commit comments