We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b34f64 commit 7dbccabCopy full SHA for 7dbccab
.github/workflows/build-and-test.yml
@@ -67,6 +67,10 @@ jobs:
67
68
- name: Build Web Demo
69
run: dotnet publish -c Release -o demo "${{ env.DemoProject }}"
70
+
71
+ - name: Rewrite Base Path
72
+ shell: pwsh
73
+ run: ((Get-Content -path "demo\wwwroot\index.html" -Raw) -replace '<base href="/" />', '<base href="/OpenRpg/" />') | Set-Content -Path "demo\wwwroot\index.html"
74
75
- name: Upload Pages Artifact
76
uses: actions/upload-pages-artifact@v3
0 commit comments