Skip to content

Commit 447d37a

Browse files
authored
Merge pull request #387 from ma10/fix-release-wf-20250826_2
yet another syntax error within the release wf.
2 parents 38e03ba + d0f6b8e commit 447d37a

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
@@ -183,7 +183,7 @@ jobs:
183183
if [ $SPHINX_VER != "requirements.txt" ]; then
184184
pip install "sphinx${SPHINX_VER}"
185185
fi
186-
if [ THEME_VER != "requirements.txt" ]; then
186+
if [ $THEME_VER != "requirements.txt" ]; then
187187
pip install "sphinx_rtd_theme${THEME_VER}"
188188
fi
189189
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)