We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd8192 commit f45ba09Copy full SHA for f45ba09
.github/workflows/web.yml
@@ -36,7 +36,7 @@ jobs:
36
uses: SteveSandersonMS/ghaction-rewrite-base-href@v1
37
with:
38
html_path: _site/wwwroot/index.html
39
- base_href: REPOSITORY_NAME
+ base_href: ${{ github.event.repository.name }}
40
# Allow files and folders starting with an underscore.
41
- name: Add .nojekyll File
42
run: touch _site/wwwroot/.nojekyll
0 commit comments