We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f33042 commit 6601cd4Copy full SHA for 6601cd4
1 file changed
.github/workflows/deploy.yml
@@ -44,6 +44,9 @@ jobs:
44
run: npm install -g mystmd
45
46
- name: Build HTML Assets
47
+ # Remove BASE_URL if using a custom domain (CNAME)
48
+ env:
49
+ BASE_URL: /${{ github.event.repository.name }}
50
run: myst build --html
51
52
- name: Generate RSS and Atom feeds
0 commit comments