Skip to content

Commit

Permalink
Fixed elif syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec authored Apr 17, 2023
1 parent 5821c9d commit 8d68916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ then
fi
cd "$SCRIPT_PATH"
elif [ "$DEPLOY_UPDATESITE" = "test" ]
then
echo " ! Not detected cloned gh-pages branch in ../gh-pages folder."
ORIGIN="$(git config --get remote.origin.url)"
SED_OUT=$(echo $ORIGIN | sed -r -E -n 's@^.+(github.com.*)@\1@p')
Expand Down

0 comments on commit 8d68916

Please sign in to comment.