Skip to content

Commit

Permalink
Fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfdsilva committed Jan 22, 2018
1 parent 0750210 commit 902f8fb
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 @@ -52,7 +52,7 @@ jobs:
name: Deploy to GH Pages
command: |
if [ "${CIRCLE_BRANCH}" == "${PRODUCTION_BRANCH}" ]; then
cd build
cd dist
git init
git config user.name "$GH_NAME"
git config user.email "$GH_EMAIL"
Expand Down

0 comments on commit 902f8fb

Please sign in to comment.