Skip to content

Commit

Permalink
Ensure solution is built before exporting examples
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Apr 11, 2024
1 parent 19f191a commit 95ba90b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- name: Restore NuGet Packages
run: msbuild -t:restore src\Bonsai.Gui.sln

- name: Build Solution
run: msbuild src/Bonsai.Gui.sln /p:Configuration=Release

- name: Setup DocFX
run: dotnet tool restore

Expand Down

0 comments on commit 95ba90b

Please sign in to comment.