Skip to content

Commit f6846e0

Browse files
authored
XrefGen publishing (#434)
1 parent 9e0d2f1 commit f6846e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/DeployToGitHubPages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: success()
3030
uses: crazy-max/[email protected]
3131
with:
32-
target_branch: gh-pages
32+
target_branch: github-pages
3333
build_dir: ${{ env.PUBLISH_DIR }}
3434
jekyll: false
3535
env:

9.0/BlazorWebAssemblyXrefGenerator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Sample app to accompany [ASP.NET Core Blazor Host and Deploy: GitHub Pages](https://learn.microsoft.com/aspnet/core/blazor/host-and-deploy/webassembly#github-pages).
44

5-
The Xref Generator tool is used by ASP.NET Core documentation authors to format API document links for ASP.NET Core article markdown.
5+
The Xref Generator tool is used by ASP.NET Core documentation authors to format API document links for article markdown.

0 commit comments

Comments
 (0)