Skip to content

Commit 381df65

Browse files
VaclavEliasikpil
authored andcommitted
Update box2d-docs-github.yml
1 parent 91bf11f commit 381df65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/box2d-docs-github.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Run Box2D.NET.CommentConverter.csproj
25-
run: dotnet build tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
25+
run: dotnet run --project tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
26+
working-directory: src/Box2D.NET
2627

2728
- name: Install DocFX
2829
# This installs the latest version of DocFX and may introduce breaking changes

0 commit comments

Comments
 (0)