We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4128a commit eed8e7fCopy full SHA for eed8e7f
.github/workflows/deploy.yml
@@ -18,9 +18,9 @@ jobs:
18
- name: Publish
19
run: dotnet publish /home/runner/work/BCSS/BCSS/BCSSViewer.Wasm/BCSSViewer.Wasm.csproj -c Release -f net7.0 --output ./Release
20
- name: index.html base tag
21
- run: sed -i 's/<base href="\/" \/>/<base href="\/bcss\/" \/>/g' ./Release/wwwroot/index.html
+ run: sed -i 's/<base href="\/" \/>/<base href="\/\/" \/>/g' ./Release/wwwroot/index.html
22
- name: 404.html
23
- run: sed -i 's/\/?p=\//\/bcss\/?p=\//g' ./Release/wwwroot/404.html
+ run: sed -i 's/\/?p=\//\/\/?p=\//g' ./Release/wwwroot/404.html
24
25
- name: 📂 Sync files
26
if: ${{ github.repository_owner == 'CodeBeamOrg' }}
0 commit comments