We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7c03f commit a783a40Copy full SHA for a783a40
.github/workflows/build-test-publish.yml
@@ -75,7 +75,7 @@ jobs:
75
76
- name: 🔧 fix base path for .NET 9.0
77
if: inputs.should-publish-gh-page
78
- run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.RichTextEditor\/main\/net8\.0\/" \/>/g' wasm-application/net9.0/wwwroot/index.html
+ run: sed -i 's/<base href="\/" \/>/<base href="\/Blazor.RichTextEditor\/main\/net9\.0\/" \/>/g' wasm-application/net9.0/wwwroot/index.html
79
80
- name: 🚀 deploy .NET 8.0 gh page
81
0 commit comments