Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianStrugala committed Nov 3, 2023
1 parent 2a8df4f commit baed9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishAvroConvertOnline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Publishes Blazor project to the release-folder
- name: Publish .NET Core Project
run: dotnet publish src/SolTechnology.AvroConvertOnline/AvroConvertOnline.csproj -c:Release -p:GHPages=true -o dist/Web --nologo
run: dotnet publish src/SolTechnology.AvroConvertOnline/AvroConvertOnline.csproj -c:Release -p:GHPages=true -o release --nologo

# changes the base-tag in index.html from '/' to 'BlazorGitHubPagesDemo' to match GitHub Pages repository subdirectory
- name: Change base-tag in index.html from / to AvroConvert
Expand All @@ -40,4 +40,4 @@ jobs:
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist/Web/wwwroot
FOLDER: release/wwwroot

0 comments on commit baed9b8

Please sign in to comment.