mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-05-03 21:40:32 +00:00
ci: fix else if -> elif typo in docs.yml (#2030)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user