Skip to content

Commit fe0eb78

Browse files
committed
merge
2 parents 203e593 + 37ae66c commit fe0eb78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
run: dotnet publish -c Release Platforms/ZXBox.Blazor/ZXBox.Blazor.csproj
4040

4141

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'
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'
4444

4545
# add .nojekyll file to tell GitHub pages to not treat this as a Jekyll project.
4646
# Allow files and folders starting with an underscore.

0 commit comments

Comments
 (0)