There was an error while loading. Please reload this page.
1 parent 0af259c commit f578f4fCopy full SHA for f578f4f
1 file changed
.github/workflows/docs.yml
@@ -55,7 +55,7 @@ jobs:
55
cd docs
56
if [[ -n "${{ inputs.alias }}" ]]; then
57
mike deploy --push ${{ inputs.version }} --update-aliases ${{ inputs.alias }}
58
- else if [[ "${{ inputs.version }}" == "nightly" ]]; then
+ elif [[ "${{ inputs.version }}" == "nightly" ]]; then
59
mike deploy --push ${{ inputs.version }}
60
else
61
mike deploy --push nightly
0 commit comments