Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea6efd553d | ||
|
|
d45ef5c622 | ||
|
|
9358f83229 | ||
|
|
e49d31d725 |
17
.github/workflows/deploy-docs.yml
vendored
17
.github/workflows/deploy-docs.yml
vendored
@@ -21,5 +21,18 @@ jobs:
|
||||
pip install mkdocs-material
|
||||
pip install mkdocs-git-revision-date-localized-plugin
|
||||
pip install mkdocstrings[python]
|
||||
- name: Deploy
|
||||
run: mkdocs gh-deploy --force
|
||||
- name: Configure Git
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
- name: Build docs
|
||||
run: mkdocs build
|
||||
- name: Deploy to GitHub Pages
|
||||
run: |
|
||||
git checkout --orphan gh-pages
|
||||
git rm -rf .
|
||||
mv site/* .
|
||||
rm -rf site
|
||||
git add .
|
||||
git commit -m "docs: Update documentation"
|
||||
git push origin gh-pages --force
|
||||
@@ -1,8 +1,6 @@
|
||||
# MCP Server for Home Assistant 🏠🤖
|
||||
|
||||
[](LICENSE)
|
||||
[](https://bun.sh)
|
||||
[](https://www.typescriptlang.org)
|
||||
[](LICENSE) [](https://bun.sh) [](https://www.typescriptlang.org) [](https://smithery.ai/server/@jango-blockchained/advanced-homeassistant-mcp)
|
||||
|
||||
## Overview 🌐
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
site_name: Claude Desktop
|
||||
site_url: https://your-username.github.io/your-repo-name
|
||||
repo_url: https://github.com/your-username/your-repo-name
|
||||
site_name: Advanced Home Assistant MCP
|
||||
site_url: https://jango-blockchained.github.io/advanced-homeassitant-mcp
|
||||
repo_url: https://github.com/jango-blockchained/advanced-homeassitant-mcp
|
||||
|
||||
theme:
|
||||
name: material
|
||||
@@ -117,4 +117,4 @@ extra_css:
|
||||
extra_javascript:
|
||||
- javascripts/extra.js
|
||||
|
||||
copyright: Copyright © 2024 Jango Blockchained
|
||||
copyright: Copyright © 2025 jango-blockchained
|
||||
Reference in New Issue
Block a user