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 5e5b449 commit 91bf11fCopy full SHA for 91bf11f
.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 build tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release --no-restore
+ run: dotnet build tools/Box2D.NET.CommentConverter/Box2D.NET.CommentConverter.csproj --configuration Release
26
27
- name: Install DocFX
28
# This installs the latest version of DocFX and may introduce breaking changes
@@ -41,4 +41,4 @@ jobs:
41
with:
42
github_token: ${{ secrets.GITHUB_TOKEN }}
43
publish_dir: docs/_site
44
- publish_branch: gh-pages
+ publish_branch: gh-pages
0 commit comments