Skip to content

Commit 57d2346

Browse files
committed
Drop www
1 parent bc34886 commit 57d2346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
2626
- run: git config --global user.name thegecko
2727
- run: git config --global user.email [email protected]
28-
- run: git add --force dist www
28+
- run: git add --force dist
2929
- run: git stash save
3030
- run: git checkout gh-pages
3131
- run: git merge master --no-commit

0 commit comments

Comments
 (0)