mirror of
https://github.com/lvgl/lvgl.git
synced 2024-12-01 05:34:13 +08:00
fix(docs) install doxygen for GitHub Actions
This commit is contained in:
parent
6df6cb0ec0
commit
331fea0ae4
2
.github/workflows/compile_docs.yml
vendored
2
.github/workflows/compile_docs.yml
vendored
@ -13,6 +13,8 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7
|
||||
- name: Install Doxygen
|
||||
run: sudo apt-get install doxygen
|
||||
- name: Install requirements
|
||||
run: |
|
||||
pip install --upgrade --upgrade-strategy eager sphinx recommonmark commonmark breathe sphinx-rtd-theme sphinx-markdown-tables sphinx-sitemap
|
||||
|
Loading…
Reference in New Issue
Block a user