fix stale checks

This commit is contained in:
Lorin Werthen 2016-10-15 21:35:53 +02:00
parent 9df7c78046
commit 36a8329371

View file

@ -15,7 +15,7 @@ before_install:
- npm install
script:
- ZEUS_PRODUCTION=1 bundle exec nanoc
- bundle exec nanoc check --deploy
- ZEUS_PRODUCTION=1 bundle exec nanoc check --deploy
after_success:
- mv deploy_key ~/.ssh/id_rsa
- chmod 600 ~/.ssh/id_rsa