There was an error while loading. Please reload this page.
2 parents e027b78 + dffc6c8 commit 0833422Copy full SHA for 0833422
2 files changed
.github/workflows/docs.yml
@@ -46,4 +46,5 @@ jobs:
46
run: mkdocs build --strict
47
48
- name: Deploy to GitHub Pages
49
- run: mkdocs gh-deploy --force
+ # Include custom domain to preserve CNAME on each deploy
50
+ run: mkdocs gh-deploy --force --custom-domain mnemex.dev
mkdocs.yml
@@ -1,7 +1,7 @@
1
site_name: Mnemex Documentation
2
site_description: Memory persistence for AI assistants with temporal decay
3
site_author: simplemindedbot
4
-site_url: https://simplemindedbot.github.io/mnemex/
+site_url: https://mnemex.dev/
5
6
repo_name: simplemindedbot/mnemex
7
repo_url: https://github.com/simplemindedbot/mnemex
0 commit comments