Skip to content

Commit e036926

Browse files
authored
Merge pull request #724 from nellh/fix-tagged-builds
No need to delete gh-pages branch with circle checkout script
2 parents a881dcf + 3f16329 commit e036926

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

circle.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ jobs:
9292
- run: git config --global user.email circleci@circleci
9393
- run: git config --global user.name CircleCI
9494
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts
95-
- run:
96-
name: Delete old gh-pages branch
97-
command: git branch -D gh-pages
9895
- run:
9996
name: Create new gh-pages branch without history
10097
command: git checkout --orphan gh-pages

0 commit comments

Comments
 (0)