Skip to content

Commit

Permalink
🔧 Enable github pages SPA publishing for web gallery project
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Dec 28, 2024
1 parent 8068d96 commit 0a9f0ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<PackageVersion Include="Avalonia.Browser" Version="11.2.3" />
<PackageVersion Include="Avalonia.Android" Version="11.2.3" />
<PackageVersion Include="CommunityToolkit.Mvvm" Version="8.4.0" />
<PackageVersion Include="PublishSPAforGitHubPages.Build" Version="3.0.0" />
<PackageVersion Include="Xamarin.AndroidX.Core.SplashScreen" Version="1.0.1.13" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<GHPages>true</GHPages>
</PropertyGroup>

<PropertyGroup>
Expand All @@ -12,6 +13,7 @@

<ItemGroup>
<PackageReference Include="Avalonia.Browser"/>
<PackageReference Include="PublishSPAforGitHubPages.Build" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0a9f0ab

Please sign in to comment.