We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3978635 commit 667544aCopy full SHA for 667544a
.circleci/config.yml
@@ -28,14 +28,17 @@ jobs:
28
- run:
29
name: Install and configure dependencies
30
command: |
31
- npm install --global gh-pages
+ npm install --global --silent gh-pages@2.0.1
32
- add_ssh_keys:
33
fingerprints:
34
- "63:a6:74:80:69:f1:6d:86:c0:97:24:bb:99:1c:7f:fb"
35
36
name: Deploy build to build branch
37
38
+ set -o xtrace
39
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
40
+ pwd
41
+ ls build
42
gh-pages --dist build \
43
--branch build \
44
--user "CircleCI Deploy Job <[email protected]>" \
0 commit comments