Skip to content

Commit c15367b

Browse files
authored
Merge pull request #9 from openmc-dev/fix-base-url
Use empty BASE_URL
2 parents 05b70bd + fa86da1 commit c15367b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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: /
11+
BASE_URL: ''
1212

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

myst.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,4 @@ site:
2121
url: https://openmc.discourse.group/
2222
- title: Data
2323
url: /data
24-
domains:
25-
- openmc.org
26-
- www.openmc.org
24+
domains: []

0 commit comments

Comments
 (0)