Skip to content

Commit 18d32c0

Browse files
authored
fix: uses sh, not bash
1 parent e3485dd commit 18d32c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
commands:
1111
- git fetch --unshallow || true
1212
- git fetch --all --tags || true
13-
- if [[ ${READTHEDOCS_VERSION_TYPE} == "tag" ]]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
13+
- if [ "${READTHEDOCS_VERSION_TYPE}" = "tag" ]; then git checkout ${READTHEDOCS_GIT_IDENTIFIER}; fi
1414
- pip install uv
1515
- uv sync --extra docs
1616
- uv run sphinx-build -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)