diff --git a/circle.yml b/circle.yml index ae13ecb3..a887d23b 100644 --- a/circle.yml +++ b/circle.yml @@ -15,5 +15,5 @@ deployment: master: branch: master commands: - - ruby convert.md + - ruby convert.rb - ./deploy.sh diff --git a/deploy.sh b/deploy.sh old mode 100644 new mode 100755