Skip to content

Commit

Permalink
Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkttu authored Feb 20, 2024
1 parent a19d8c8 commit b14177a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
run: touch release/wwwroot/.nojekyll

# changes the base-tag in index.html from '/' to 'DotNetDevLottery' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to DotNetDevLottery/
run: sed -i 's/<base href="\/" \/>/<base href="\/DotNetDevLottery\/" \/>/g' release/wwwroot/index.html
#- name: Change base-tag in index.html from / to DotNetDevLottery/
# run: sed -i 's/<base href="\/" \/>/<base href="\/DotNetDevLottery\/" \/>/g' release/wwwroot/index.html

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

0 comments on commit b14177a

Please sign in to comment.