From e298c703ba54de6c1894f36f41b128f3f4dc85b8 Mon Sep 17 00:00:00 2001 From: p6laris <71460146+p6laris@users.noreply.github.com> Date: Thu, 7 Mar 2024 06:03:39 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bb3fc65..5803950 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -37,6 +37,9 @@ jobs: - name: Publish Blazor run: dotnet publish ./AraratMorse/AraratMorse.csproj -c Release -o release --nologo + - name: Change base-tag in index.html from / to ArartMorse + run: sed -i 's///g' release/wwwroot/index.html + - name: Commit wwwroot to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4.5.0 with: