Skip to content

Commit

Permalink
chg - Fix base URL
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 15, 2024
1 parent 08861e5 commit cd62597
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ jobs:
run: |
dotnet workload install wasm-tools
dotnet publish --configuration Release
- name: Change base-tag
run: sed -i 's/<base href="\/" \/>/<base href="\/Demos\/" \/>/g' $PUBLISH_FOLDER/index.html

- name: copy index.html to 404.html
- name: Copy index.html to 404.html
run: cp $PUBLISH_FOLDER/index.html $PUBLISH_FOLDER/404.html

- name: Add .nojekyll file
Expand Down

0 comments on commit cd62597

Please sign in to comment.