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 e298c70 commit 8baa598
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 @@ -39,6 +39,9 @@ jobs:

- 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: Add .nojekyll file
run: touch release/wwwroot/.nojekyll

- name: Commit wwwroot to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 8baa598

Please sign in to comment.