Skip to content

Commit 8303b80

Browse files
committed
try to fix deploy
1 parent 6d05fdd commit 8303b80

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
@@ -11,7 +11,7 @@ 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: ''
1515

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

0 commit comments

Comments
 (0)