We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b7195b commit 83ca425Copy full SHA for 83ca425
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ env:
10
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
11
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
12
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
13
- BASE_URL: /${{ github.event.repository.name }}
+ BASE_URL: '' # /${{ github.event.repository.name }}
14
15
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
16
permissions:
0 commit comments