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 client-side
6
+
This project is an example of using GitHub Actions to automatically deploy a .NET 9 client-side
7
7
Blazor app to GitHub Pages. For a live demo, check the following link:
8
8
9
9
https://blazorgithubpages.github.io
@@ -13,14 +13,14 @@ of the steps needed for a successful deploy.
13
13
14
14
15
15
This project differs from [the project from which it's forked](https://github.com/fernandreu/blazor-pages) in that:
16
-
- It is .NET 8, not .NET Core 3.1
16
+
- It is .NET 9, not .NET Core 3.1
17
17
- Fewer steps from fork to running site (see below)
18
18
19
19
## How to deploy
20
20
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)
21
21
2. Go to your repository Settings > GitHub Pages > set the source branch to `gh-pages-from-actions`
22
22
3.[Set permissions for GitHub Actions](https://stackoverflow.com/questions/73687176/permission-denied-to-github-actionsbot-the-requested-url-returned-error-403)
5. View your site at https://[`your user name` | `your organization name`].github.io
25
25
26
26
## How it works
@@ -63,4 +63,4 @@ should contain the following three variables:
63
63
The `gh-pages` branch **must** exist already for the deployment to be successful (this
64
64
is a temporary limitation in the pipeline configuration).
65
65
66
-
In the case of GitHub Actions, only a single secret is needed: `ACCESS_TOKEN`, equivalent to `GitHubPAT` above. An example of a full deployment using GitHub Actions can also be found in my [blazor-fractals](https://github.com/fernandreu/blazor-fractals) repository.
66
+
In the case of GitHub Actions, only a single secret is needed: `ACCESS_TOKEN`, equivalent to `GitHubPAT` above. An example of a full deployment using GitHub Actions can also be found in my [blazor-fractals](https://github.com/fernandreu/blazor-fractals) repository.
0 commit comments