Skip to content

Commit 83ca425

Browse files
committed
Fix MystMD BASE_URL
1 parent 1b7195b commit 83ca425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# `BASE_URL` determines, relative to the root of the domain, the URL that your site is served from.
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=''`.
13-
BASE_URL: /${{ github.event.repository.name }}
13+
BASE_URL: '' # /${{ github.event.repository.name }}
1414

1515
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1616
permissions:

0 commit comments

Comments
 (0)