This commit is contained in:
elgransan 2022-04-13 13:57:14 -03:00 committed by GitHub
parent 0d2d4d6496
commit 5b06e4c834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
# publishes Blazor project to the release-folder # publishes Blazor project to the release-folder
- name: Publish .NET Core Project - name: Publish .NET Core Project
run: dotnet publish BlazorGitHubPagesDemo.csproj -c Release -o release --nologo run: dotnet publish BlazorReorderExample/BlazorReorderExample.csproj -c Release -o release --nologo
# changes the base-tag in index.html from '/' to 'BlazorReorder' to match GitHub Pages repository subdirectory # changes the base-tag in index.html from '/' to 'BlazorReorder' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to BlazorReorder - name: Change base-tag in index.html from / to BlazorReorder