Skip to content

Commit

Permalink
fix: include examples in the continuous build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asser-dk committed Jan 25, 2024
1 parent d466f4e commit 8423eb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'src/**'
- 'test/**'
- 'examples/**'
- '*.sln'

jobs:
Expand Down
4 changes: 2 additions & 2 deletions examples/OneOf.Extensions.Blazor.Examples/App.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Router AppAssembly="@typeof(App).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
<FocusOnNavigate RouteData="@routeData" Selector="h1" />
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)"/>
<FocusOnNavigate RouteData="@routeData" Selector="h1"/>
</Found>
<NotFound>
<PageTitle>Not found</PageTitle>
Expand Down

0 comments on commit 8423eb2

Please sign in to comment.