Skip to content

Commit 0833422

Browse files
Merge pull request #22 from simplemindedbot/chore/pages-cname-fix
Docs: preserve CNAME via --custom-domain and set site_url to https://…
2 parents e027b78 + dffc6c8 commit 0833422

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
run: mkdocs build --strict
4747

4848
- name: Deploy to GitHub Pages
49-
run: mkdocs gh-deploy --force
49+
# Include custom domain to preserve CNAME on each deploy
50+
run: mkdocs gh-deploy --force --custom-domain mnemex.dev

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Mnemex Documentation
22
site_description: Memory persistence for AI assistants with temporal decay
33
site_author: simplemindedbot
4-
site_url: https://simplemindedbot.github.io/mnemex/
4+
site_url: https://mnemex.dev/
55

66
repo_name: simplemindedbot/mnemex
77
repo_url: https://github.com/simplemindedbot/mnemex

0 commit comments

Comments
 (0)