Skip to content

Commit 6601cd4

Browse files
committed
Add base_url
1 parent 6f33042 commit 6601cd4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
run: npm install -g mystmd
4545

4646
- name: Build HTML Assets
47+
# Remove BASE_URL if using a custom domain (CNAME)
48+
env:
49+
BASE_URL: /${{ github.event.repository.name }}
4750
run: myst build --html
4851

4952
- name: Generate RSS and Atom feeds

0 commit comments

Comments
 (0)