Skip to content

Commit 1c3ffc7

Browse files
authored
Set the GITHUB_PAGES_BASE_URL environment variable to an empty string… (#358)
Set the GITHUB_PAGES_BASE_URL environment variable to an empty string to generate root-relative paths for the custom domain.
1 parent 56b3505 commit 1c3ffc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
4444
- name: Build site
4545
run: python site/build_site.py
46+
env:
47+
GITHUB_PAGES_BASE_URL: ""
4648

4749
- name: Setup Pages
4850
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)