Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gowon committed May 29, 2023
1 parent e2a7847 commit fd17a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
run: dotnet publish --configuration Release --output build --nologo

- name: Change base-tag in index.html
run: sed -i 's/<base href="\/" \/>/<base href="\/amzn-bkmt\/" \/>/g' build.wwwroot/index.html
run: sed -i 's/<base href="\/" \/>/<base href="\/amzn-bkmt\/" \/>/g' build/wwwroot/index.html

- name: Add .nojekyll file
run: touch build.wwwroot/.nojekyll
run: touch build/wwwroot/.nojekyll

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit fd17a5c

Please sign in to comment.