Skip to content

Commit 216eec7

Browse files
authored
DOCS fix build (#361)
1 parent 720a250 commit 216eec7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build-sphinx.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
python-version: 3.x
4242
- name: Install dependencies
4343
run: pip install numpy cython sphinx sphinx_rtd_theme
44+
- name: Build library
45+
run: |
46+
. /opt/intel/oneapi/setvars.sh
47+
./0.build.sh
4448
- name: Build docs
4549
run: |
46-
. /opt/intel/oneapi/setvars.sh
47-
./0.build.sh
48-
./0.builddoc.sh
50+
. /opt/intel/oneapi/setvars.sh
51+
./0.builddoc.sh
4952
working-directory: doc
5053
# https://github.com/marketplace/actions/doxygen-action
5154
- name: Build backend docs

0 commit comments

Comments
 (0)