Skip to content

Commit 65b95be

Browse files
committed
fix
1 parent c160bef commit 65b95be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ env:
1111
# E.g., if your site lives at `https://mydomain.org/myproject`, set `BASE_URL=/myproject`.
1212
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
1313
#BASE_URL: /${{ github.event.repository.name }}
14-
BASE_URL: ''
14+
BASE_URL: /${{ github.event.repository.name }}
15+
1516

1617
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1718
permissions:

0 commit comments

Comments
 (0)