We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 203e593 + 37ae66c commit fe0eb78Copy full SHA for fe0eb78
1 file changed
.github/workflows/main.yml
@@ -39,8 +39,8 @@ jobs:
39
run: dotnet publish -c Release Platforms/ZXBox.Blazor/ZXBox.Blazor.csproj
40
41
42
- - name: Change base-tag in index.html from / to BlazorGitHubPagesDemo
43
- run: (Get-content -path '${{ env.PUBLISH_DIR }}/index.html') -replace '<base href="/" />', '<base href="/ZXSpectrum/"/>' | Out-File -FilePath '${{ env.PUBLISH_DIR }}/index.html'
+ #- name: Change base-tag in index.html from / to BlazorGitHubPagesDemo
+ # run: (Get-content -path '${{ env.PUBLISH_DIR }}/index.html') -replace '<base href="/" />', '<base href="/ZXSpectrum/"/>' | Out-File -FilePath '${{ env.PUBLISH_DIR }}/index.html'
44
45
# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project.
46
# Allow files and folders starting with an underscore.
0 commit comments