Skip to content

Commit 3e51db0

Browse files
authored
Merge pull request #351 from ma10/debug-release-wf-20250609_4
Some more adjustment to make execution.
2 parents 76d7542 + fca4665 commit 3e51db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-build-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
if [ ! "$NO_SPHINX_OPTIONS" ]; then
242242
SPHINX_OPTIONS="-A gtm_id=${GTM_ID} ${EXTRA_SPHINX_OPTIONS}"
243243
fi
244-
make BASE_URL=${BASE_URL} sphinx_options=$SPHINX_OPTIONS clean html singlehtml
244+
make BASE_URL=${BASE_URL} sphinx_options="$SPHINX_OPTIONS" clean html singlehtml
245245
cp -r ./ja/build/html/* "${BUILD_OUTPUT_DIR}/"
246246
cp -r ./ja/build/singlehtml/* "${BUILD_OUTPUT_DIR}/all/"
247247
if [ -d ./en/build/html ]; then

0 commit comments

Comments
 (0)