diff --git a/circle.yml b/circle.yml index 093582c..33207c7 100644 --- a/circle.yml +++ b/circle.yml @@ -22,7 +22,7 @@ jobs: - run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config - run: git config --global user.name thegecko - run: git config --global user.email github@thegecko.org - - run: git add --force dist types docs + - run: git add --force dist lib types - run: git stash save - run: git checkout gh-pages - run: git merge master --no-commit