Skip to content

This is a template of a Blazor WebAssembly project with Github Actions to deploy the Blazor WASM site to Github Pages

Notifications You must be signed in to change notification settings

ReusableTemplates/BlazorWASMwGithubPages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlazorWASMwGithubPages

This is a template of a Blazor WebAssembly project with Github Actions to deploy the Blazor WASM site to Github Pages

You can access the page here: https://reusabletemplates.github.io/BlazorWASMwGithubPages

Steps to reproduce

  1. Create a repository
  2. Create a gh-pages branch from master (or whatever you call it, I call it root)
  3. Clone the repository and create your Blazor project
  4. Add NuGet library PublishSPAforGitHubPages.Build
  5. Add GitHub Action, you can take mine ;-) Remember to adjust these places for your project:
  • run: dotnet publish {{relative path to your sln file}} -c:Release -o:publish -p:GHPages=true

Specific NuGet packages used

References

About

This is a template of a Blazor WebAssembly project with Github Actions to deploy the Blazor WASM site to Github Pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published