Skip to content
This repository was archived by the owner on Dec 31, 2025. It is now read-only.

Commit 589d5b3

Browse files
committed
fix base dir
1 parent 9389783 commit 589d5b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: /book
13+
BASE_URL: ''
1414

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

0 commit comments

Comments
 (0)