Skip to content

Commit f45ba09

Browse files
authored
Update web.yml
1 parent edd8192 commit f45ba09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/web.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
3737
with:
3838
html_path: _site/wwwroot/index.html
39-
base_href: REPOSITORY_NAME
39+
base_href: ${{ github.event.repository.name }}
4040
# Allow files and folders starting with an underscore.
4141
- name: Add .nojekyll File
4242
run: touch _site/wwwroot/.nojekyll

0 commit comments

Comments
 (0)