You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is an example of using GitHub Actions to automatically deploy a .NET 8[MudBlazor](https://mudblazor.com/) WebAssembly SPA (Single Page Application) to GitHub Pages. For a live demo, check the following link:
6
+
This project is an example of using GitHub Actions to automatically deploy a .NET 9[MudBlazor](https://mudblazor.com/) WebAssembly SPA (Single Page Application) to GitHub Pages. For a live demo, check the following link:
7
7
8
8
https://mudblazorgithubpages.github.io
9
9
10
10
Microsoft Docs already contains a [general overview](https://learn.microsoft.com/en-us/aspnet/core/blazor/host-and-deploy/webassembly?view=aspnetcore-8.0#github-pages)
11
11
of the steps needed for a successful deploy.
12
12
13
13
## How to deploy
14
-
1. Create a repository based on this template via the "Use this template" button (you don't fork, a fork is for contributing to this template or creating your own template)
15
-
2. Go to your repository Settings > GitHub Pages > set the source branch to `gh-pages-from-actions`
14
+
# How to Fork
15
+
1. Fork this repository
16
+
2. Go to the repository you just created, then go to: `Settings` > `GitHub Pages` > set the source branch to `gh-pages-from-actions`
16
17
3.[Set permissions for GitHub Actions](https://stackoverflow.com/questions/73687176/permission-denied-to-github-actionsbot-the-requested-url-returned-error-403)
0 commit comments