Fix circle

This commit is contained in:
Rob Moran
2019-05-27 18:16:34 +01:00
parent 172bb9dc21
commit 4e6eec1af9

View File

@@ -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