Skip to content

Commit

Permalink
Update api-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh authored Apr 27, 2024
1 parent aa1e78b commit 5125110
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,18 @@ on:

jobs:
build:

runs-on: macos-latest

steps:
- name: Requirements
run: brew install doxygen
&& brew install sphinx-doc
&& pip3 install sphinx-rtd-theme
&& pip3 install breathe
&& pip3 install sphinx-sitemap
&& pip3 install exhale
run: |
brew install doxygen
brew install sphinx-doc
python3 -m venv .venv
source .venv/bin/activate
pip3 install sphinx-rtd-theme
pip3 install breathe
pip3 install sphinx-sitemap
pip3 install exhale
- name: Checkout repo
uses: actions/[email protected]
- name: Build docs
Expand Down

0 comments on commit 5125110

Please sign in to comment.