fix(docs) install doxygen for GitHub Actions

This commit is contained in:
Themba Dube 2021-04-23 17:47:20 -04:00
parent 6df6cb0ec0
commit 331fea0ae4

View File

@ -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