We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c160bef commit 65b95beCopy full SHA for 65b95be
1 file changed
.github/workflows/deploy.yml
@@ -11,7 +11,8 @@ env:
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 }}
14
- BASE_URL: ''
+ BASE_URL: /${{ github.event.repository.name }}
15
+
16
17
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
18
permissions:
0 commit comments