Skip to content

Commit 4b47f81

Browse files
committed
test ci
Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 62e6808 commit 4b47f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/doc-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
env:
1818
DOXYGEN_VERSION: 1.14.0
1919
DOXYGEN_MD5SUM: e761a5097ae20ecccfd02041925f102a
20-
JOB_COUNT: 8
20+
JOB_COUNT: 4
2121

2222
jobs:
2323
doc-file-check:
@@ -133,14 +133,14 @@ jobs:
133133
fi
134134
135135
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
136-
DOC_TARGET="html-fast"
136+
DOC_TARGET="html"
137137
else
138138
DOC_TARGET="html"
139139
fi
140140
141141
DOC_TAG=${DOC_TAG} \
142142
SPHINXOPTS="-j ${JOB_COUNT} -W --keep-going -T" \
143-
SPHINXOPTS_EXTRA="-q -t publish" \
143+
SPHINXOPTS_EXTRA="-t publish" \
144144
make -C doc ${DOC_TARGET}
145145
146146
# API documentation coverage

0 commit comments

Comments
 (0)