We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134299 commit d7af267Copy full SHA for d7af267
.github/workflows/build_html.yml
@@ -7,7 +7,7 @@ on:
7
env:
8
# `BASE_URL` determines the website is served from, including CSS & JS assets
9
# You may need to change this to `BASE_URL: ''`
10
- BASE_URL: /${{ github.event.repository.name }}
+ BASE_URL: ''
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
0 commit comments