Skip to content

Commit

Permalink
Work around bug in gh-pages 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Aug 1, 2019
1 parent 9905851 commit bba7030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
git config user.name "ci-build"
- run:
name: Deploy docs to gh-pages branch
command: yarn run gh-pages --message "[skip ci] generate docs" --dist target/doc
command: yarn run gh-pages --message "[skip ci] generate docs" --dist target/doc --git "$(which git)"
workflows:
version: 2
build:
Expand Down

0 comments on commit bba7030

Please sign in to comment.