ci: fix else if -> elif typo in docs.yml (#2030)

This commit is contained in:
Clement Tsang
2026-04-12 00:21:38 -04:00
committed by GitHub
parent 0af259c878
commit ddd8d87324
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
cd docs
if [[ -n "${{ inputs.alias }}" ]]; then
mike deploy --push ${{ inputs.version }} --update-aliases ${{ inputs.alias }}
else if [[ "${{ inputs.version }}" == "nightly" ]]; then
elif [[ "${{ inputs.version }}" == "nightly" ]]; then
mike deploy --push ${{ inputs.version }}
else
mike deploy --push nightly