Skip to content

Commit da1b4cd

Browse files
committed
typo
1 parent 5be8420 commit da1b4cd

File tree

2 files changed

+8
-64
lines changed

2 files changed

+8
-64
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@
33
This action allows you to deploy your Blazor WASM app to GitHub Pages.
44

55
## 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)
810
- [1. Set the Project](#1-set-the-project)
911
- [2. Set the repository settings](#2-set-the-repository-settings)
1012
- [3. Add workflow file](#3-add-workflow-file)
11-
- [Inputs and Outputs](#inputs-and-outputs)
13+
- [Inputs and Outputs](#inputs-and-outputs)
1214
- [Inputs](#inputs)
1315
- [Outputs](#outputs)
14-
- [Troubleshooting](#troubleshooting)
16+
- [Troubleshooting](#troubleshooting)
17+
- [Common Issues](#common-issues)
1518

1619
## What this does
1720

@@ -83,7 +86,7 @@ jobs:
8386
with:
8487
dotnet-version: 9.0.x
8588
- name: Prepare Blazor WASM for GitHub Pages
86-
uses: na1307/blazor-github-pages@3
89+
uses: na1307/blazor-github-pages@v3
8790
id: prepare
8891
with:
8992
project-path: MyBlazorApp/MyBlazorApp.csproj

script/release

-59
This file was deleted.

0 commit comments

Comments
 (0)