Skip to content

Commit 91bf11f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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 --no-restore
25+
run: dotnet build tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
2626

2727
- name: Install DocFX
2828
# This installs the latest version of DocFX and may introduce breaking changes
@@ -41,4 +41,4 @@ jobs:
4141
with:
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
4343
publish_dir: docs/_site
44-
publish_branch: gh-pages
44+
publish_branch: gh-pages

0 commit comments

Comments
 (0)