File tree 2 files changed +8
-64
lines changed
2 files changed +8
-64
lines changed Original file line number Diff line number Diff line change 3
3
This action allows you to deploy your Blazor WASM app to GitHub Pages.
4
4
5
5
## Table of Contents
6
- - [ What this does] ( #what-this-does )
7
- - [ How to use] ( #how-to-use )
6
+ - [ GitHub Pages Blazor WASM] ( #github-pages-blazor-wasm )
7
+ - [ Table of Contents] ( #table-of-contents )
8
+ - [ What this does] ( #what-this-does )
9
+ - [ How to use] ( #how-to-use )
8
10
- [ 1. Set the Project] ( #1-set-the-project )
9
11
- [ 2. Set the repository settings] ( #2-set-the-repository-settings )
10
12
- [ 3. Add workflow file] ( #3-add-workflow-file )
11
- - [ Inputs and Outputs] ( #inputs-and-outputs )
13
+ - [ Inputs and Outputs] ( #inputs-and-outputs )
12
14
- [ Inputs] ( #inputs )
13
15
- [ Outputs] ( #outputs )
14
- - [ Troubleshooting] ( #troubleshooting )
16
+ - [ Troubleshooting] ( #troubleshooting )
17
+ - [ Common Issues] ( #common-issues )
15
18
16
19
## What this does
17
20
83
86
with :
84
87
dotnet-version : 9.0.x
85
88
- name : Prepare Blazor WASM for GitHub Pages
86
- uses : na1307/blazor-github-pages@3
89
+ uses : na1307/blazor-github-pages@v3
87
90
id : prepare
88
91
with :
89
92
project-path : MyBlazorApp/MyBlazorApp.csproj
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments