Skip to content

Commit

Permalink
[CI][DOC] Don't rebuild if folder exists - Correct directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
LysandreJik committed Nov 14, 2019
1 parent 8f8d697 commit be7f2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/deploy.sh
Expand Up @@ -5,7 +5,7 @@ function deploy_doc(){
git checkout $1
if [ ! -z "$2" ]
then
if [ -d "$DIRECTORY" ]; then
if [ -d "$dir/$2" ]; then
echo "Directory" $2 "already exists"
else
echo "Pushing version" $2
Expand Down

0 comments on commit be7f2aa

Please sign in to comment.