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.
2 parents a881dcf + 3f16329 commit e036926Copy full SHA for e036926
circle.yml
@@ -92,9 +92,6 @@ jobs:
92
- run: git config --global user.email circleci@circleci
93
- run: git config --global user.name CircleCI
94
- run: ssh-keyscan github.com >> ~/.ssh/known_hosts
95
- - run:
96
- name: Delete old gh-pages branch
97
- command: git branch -D gh-pages
98
- run:
99
name: Create new gh-pages branch without history
100
command: git checkout --orphan gh-pages
0 commit comments