migration mkdocs

This commit is contained in:
Johannes Braun
2026-02-22 00:53:27 +01:00
parent ca6e271a54
commit da095b1591
3 changed files with 29 additions and 62 deletions

View File

@@ -1,28 +0,0 @@
name: docs-ci
on:
workflow_dispatch:
push:
branches:
- dev
paths:
- docs/*
- .github/workflows/docs.yml
- mkdocs.yml
- HMI/README.md
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-python@v6
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-video markdown-include mike
- run: cp HMI/README.md docs/hmi-serial-protocol.md
- run: git config --global user.name Docs deploy
- run: git config --global user.email docs@dummy.bot.com
- run: mike deploy --push --update-aliases dev