Skip to content

Commit eed8e7f

Browse files
authored
Update deploy.yml
1 parent 9b4128a commit eed8e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Publish
1919
run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
2020
- name: index.html base tag
21-
run: sed -i 's/<base href="\/" \/>/<base href="\/bcss\/" \/>/g' ./Release/wwwroot/index.html
21+
run: sed -i 's/<base href="\/" \/>/<base href="\/\/" \/>/g' ./Release/wwwroot/index.html
2222
- name: 404.html
23-
run: sed -i 's/\/?p=\//\/bcss\/?p=\//g' ./Release/wwwroot/404.html
23+
run: sed -i 's/\/?p=\//\/\/?p=\//g' ./Release/wwwroot/404.html
2424

2525
- name: 📂 Sync files
2626
if: ${{ github.repository_owner == 'CodeBeamOrg' }}

0 commit comments

Comments
 (0)