Skip to content

Commit 5ff7396

Browse files
fix: update deploy-pages to use .NET 8
1 parent 3ee453f commit 5ff7396

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818
cancel-in-progress: false
1919

2020
env:
21-
DOTNET_VERSION: '7.0.x'
21+
DOTNET_VERSION: '8.0.x'
2222
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
2323
DOTNET_NOLOGO: true
2424

@@ -51,7 +51,6 @@ jobs:
5151
5252
- name: 🔧 Configure base path for GitHub Pages
5353
run: |
54-
# Fix base href for GitHub Pages subdirectory
5554
sed -i 's|<base href="/" />|<base href="/Blazor/" />|g' release/wwwroot/index.html
5655
echo "✅ Base href updated to /Blazor/"
5756
grep "<base" release/wwwroot/index.html

0 commit comments

Comments
 (0)