Skip to content

Commit

Permalink
Fix commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaskins committed Feb 22, 2019
1 parent 535aed1 commit 4de6383
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 @@ -47,5 +47,5 @@ jobs:
command: |
cd dist
git init
git commit -A -M "Build ${CIRCLE_BUILD_NUM} from commit ${CIRCLE_SHA1}"
git commit -a -m "Build ${CIRCLE_BUILD_NUM} from commit ${CIRCLE_SHA1}"
git push -q https://${GITHUB_TOKEN}@github.com/ehaskins/ehaskins.com.git gh-pages

0 comments on commit 4de6383

Please sign in to comment.