From 3991a37d67aa1986ed119f05fdc5ab9be13c64d7 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:26:44 -0500 Subject: [PATCH] Fix image of button (#36792) --- aspnetcore/blazor/host-and-deploy/index/copy-button.svg | 4 ---- aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 aspnetcore/blazor/host-and-deploy/index/copy-button.svg diff --git a/aspnetcore/blazor/host-and-deploy/index/copy-button.svg b/aspnetcore/blazor/host-and-deploy/index/copy-button.svg deleted file mode 100644 index c7039bd9af10..000000000000 --- a/aspnetcore/blazor/host-and-deploy/index/copy-button.svg +++ /dev/null @@ -1,4 +0,0 @@ - diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md index 2a7314373cae..d8d7bebb0d72 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md @@ -42,7 +42,7 @@ To obtain the SHA hash: 1. Locate and select the short SHA hash (for example, `5b54862`). 1. Either: * Take the full SHA from the URL in the browser's address bar. - * Select the copy button on the right side of page ![Copy button](~/blazor/host-and-deploy/index/copy-button.svg) to put the SHA on your clipboard. + * Select the copy button on the right side of page to put the SHA on your clipboard. For more information, see [Using pre-written building blocks in your workflow: Using SHAs (GitHub documentation)](https://docs.github.com/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow#using-shas).