We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76d7542 + fca4665 commit 3e51db0Copy full SHA for 3e51db0
.github/workflows/reusable-build-doc.yml
@@ -241,7 +241,7 @@ jobs:
241
if [ ! "$NO_SPHINX_OPTIONS" ]; then
242
SPHINX_OPTIONS="-A gtm_id=${GTM_ID} ${EXTRA_SPHINX_OPTIONS}"
243
fi
244
- make BASE_URL=${BASE_URL} sphinx_options=$SPHINX_OPTIONS clean html singlehtml
+ make BASE_URL=${BASE_URL} sphinx_options="$SPHINX_OPTIONS" clean html singlehtml
245
cp -r ./ja/build/html/* "${BUILD_OUTPUT_DIR}/"
246
cp -r ./ja/build/singlehtml/* "${BUILD_OUTPUT_DIR}/all/"
247
if [ -d ./en/build/html ]; then
0 commit comments