Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vittorioromeo committed Jun 11, 2017
1 parent 5e22eff commit 2098b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions generate-docs.sh
Expand Up @@ -40,14 +40,17 @@ set -x
echo 'Setting up the script...'
# Exit with nonzero exit code if anything fails
set -e
ls

# Create a clean working directory for this script.
mkdir code_docs
cd code_docs
ls

# Get the current gh-pages branch
git clone -b gh-pages https://git@$GH_REPO_REF
cd $GH_REPO_NAME
ls

##### Configure git.
# Set the push default to simple i.e. push only the current branch.
Expand Down

0 comments on commit 2098b7d

Please sign in to comment.