Skip to content

Commit 4fe0793

Browse files
committed
ci: modify docs job to build documentation using Sphinx
1 parent ad222fa commit 4fe0793

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,8 @@ jobs:
105105
- name: Checkout repository
106106
uses: actions/checkout@v3.5.3
107107

108-
- name: Configure project
109-
uses: threeal/cmake-action@v1.2.0
110-
with:
111-
source-dir: ${{ matrix.package }}
112-
options: BUILD_DOCS=ON
108+
- name: Install dependencies
109+
run: pip3 install -r docs/requirements.txt
113110

114111
- name: Build documentation
115-
run: cmake --build ${{ matrix.package }}/build --target docs
112+
run: sphinx-build -b html docs build/docs -W --keep-going

0 commit comments

Comments
 (0)