diff --git a/.github/workflows/blazor-client-helloworld-deploy.yml b/.github/workflows/blazor-client-helloworld-deploy.yml index 1386bc9..7920b75 100644 --- a/.github/workflows/blazor-client-helloworld-deploy.yml +++ b/.github/workflows/blazor-client-helloworld-deploy.yml @@ -24,7 +24,7 @@ jobs: uses: SteveSandersonMS/ghaction-rewrite-base-href@v1 with: html_path: ${{ env.PUBLISH_DIR }}/index.html - base_href: /BlazorOnGitHubPages/ + base_href: /github-sample/ - name: Archive production artifacts uses: actions/upload-artifact@v4