Skip to content

Commit 71be58f

Browse files
authored
fix: update BASE_URL to ''
1 parent d9e41e0 commit 71be58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_jupyter_book.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
env:
99
# `BASE_URL` determines the website is served from, including CSS & JS assets
1010
# You may need to change this to `BASE_URL: ''`
11-
BASE_URL: /${{ github.event.repository.name }}
11+
BASE_URL: ''
1212

1313
permissions:
1414
contents: read

0 commit comments

Comments
 (0)