Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris authored Mar 7, 2024
1 parent 8382fec commit e298c70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/<base href="\/" \/>/<base href="\/AraratMorse\/" \/>/g' release/wwwroot/index.html

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
Expand Down

0 comments on commit e298c70

Please sign in to comment.