diff --git a/.gitignore b/.gitignore index 79542bb..a22c817 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ composer-temp.phar /composer.lock couscous.phar sami.phar +/staging_dir # -- Bower -- # *bower_components diff --git a/bin/document.sh b/bin/document.sh index b5a296d..b7e0983 100755 --- a/bin/document.sh +++ b/bin/document.sh @@ -27,7 +27,7 @@ deploy_document(){ # clone the project and climb into the directory and switch to the gh-pages branch git clone https://qodehub-victor@bitbucket.org/qodehub-team/payplux-bitgo-v2-php-sdk.git staging_dir; - cd bitgo-php; + cd staging_dir; git checkout gh-pages;