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: