We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0884d26 commit fe0e6f7Copy full SHA for fe0e6f7
1 file changed
.github/workflows/deploy.yml
@@ -10,7 +10,8 @@ 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
+ BASE_URL: ''
15
16
17
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
0 commit comments