Skip to content
This repository has been archived by the owner on Jan 3, 2020. It is now read-only.

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 3c26ccf commit bd99226
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 @@ -214,7 +214,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 bd99226

Please sign in to comment.