We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc34886 commit 57d2346Copy full SHA for 57d2346
circle.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
26
- run: git config --global user.name thegecko
27
- run: git config --global user.email [email protected]
28
- - run: git add --force dist www
+ - run: git add --force dist
29
- run: git stash save
30
- run: git checkout gh-pages
31
- run: git merge master --no-commit
0 commit comments