[boards] Move docs generation to GitHub Actions

This commit is contained in:
Kuba Szczodrzyński
2023-03-04 13:00:52 +01:00
parent 6d2b653f61
commit 3113b387c3
175 changed files with 2145 additions and 10950 deletions

View File

@@ -18,12 +18,14 @@ jobs:
with:
python-version: '3.10'
- name: Install ltchiptool
run: pip install ltchiptool
- name: Install docs dependencies
run: pip install -U ltchiptool boardgen
- name: Generate static JSON files
- name: Generate docs and static JSON files
run: |
mkdir -p site/
boardgen ltci
python docs/update_docs.py
python docs/build_json.py
cp *.json site/