We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd93b commit f41b8dbCopy full SHA for f41b8db
.github/workflows/ci-main.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Rewrite base href
68
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
69
with:
70
- html_path: samples/TextEditorDemo/bin/Release/net7.0/publish/wwwroot/index.html
+ html_path: samples/TextEditorDemo/bin/Release/net9.0/publish/wwwroot/index.html
71
base_href: /${{ env.PROJECT_NAME }}/
72
73
- name: Deploy to Github Pages
0 commit comments