Skip to content

Commit 667544a

Browse files
committed
Debug CircleCI deploy error
"file" argument must be a non-empty string Exited with code 1 https://circleci.com/gh/hetio/frontend-components/17
1 parent 3978635 commit 667544a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,17 @@ jobs:
2828
- run:
2929
name: Install and configure dependencies
3030
command: |
31-
npm install --global gh-pages
31+
npm install --global --silent gh-pages@2.0.1
3232
- add_ssh_keys:
3333
fingerprints:
3434
- "63:a6:74:80:69:f1:6d:86:c0:97:24:bb:99:1c:7f:fb"
3535
- run:
3636
name: Deploy build to build branch
3737
command: |
38+
set -o xtrace
3839
echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
40+
pwd
41+
ls build
3942
gh-pages --dist build \
4043
--branch build \
4144
--user "CircleCI Deploy Job <[email protected]>" \

0 commit comments

Comments
 (0)