Skip to content

Commit 9fead12

Browse files
committed
update
1 parent 774fe60 commit 9fead12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ 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 }}
14-
BASE_URL: /${{ '' }}
13+
BASE_URL: /${{ github.event.repository.name }}
14+
1515

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

0 commit comments

Comments
 (0)