Update docs.yml

This commit is contained in:
Johannes
2022-12-28 23:18:56 +01:00
committed by GitHub
parent 8ab20b16a8
commit 4e0ecbf9fd

View File

@@ -9,6 +9,7 @@ on:
- docs/*
- .github/workflows/docs.yml
- mkdocs.yml
- HMI/README.md
jobs:
deploy:
@@ -19,4 +20,5 @@ jobs:
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-video markdown-include
- run: cp HMI/README.md docs/hmi-serial-protocol.md
- run: mkdocs gh-deploy --force