We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2d4f55 + 6b978fd commit dd2ff51Copy full SHA for dd2ff51
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
branches: [main]
9
env:
10
# `BASE_URL` determines the website is served from, including CSS & JS assets
11
- BASE_URL: /${{ github.event.repository.name }}
+ BASE_URL: /
12
13
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
14
permissions:
0 commit comments