Skip to content

Commit dda7416

Browse files
authored
Merge pull request #349 from ma10/debug-release-wf-20250609_2
Typo fix in script.
2 parents 325dce8 + ddeb3e8 commit dda7416

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
@@ -212,7 +212,7 @@ jobs:
212212
fi
213213
214214
GTM_OPTIONS=""
215-
if [ $IS_RELEASE_ASSET == "true; then
215+
if [ $IS_RELEASE_ASSET == "true" ]; then
216216
BASE_URL=""
217217
NO_SPHINX_OPTIONS="true"
218218
fi

0 commit comments

Comments
 (0)