Skip to content

Commit dd2ff51

Browse files
authored
Merge pull request #7 from openmc-dev/copilot/update-base-url-for-pages
Update BASE_URL to / for custom domain deployment
2 parents e2d4f55 + 6b978fd commit dd2ff51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

1313
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1414
permissions:

0 commit comments

Comments
 (0)