From 16ade3abcf4decb293f8a4aa2d878c10be404bcc Mon Sep 17 00:00:00 2001 From: Ibrahim Hadeed Date: Fri, 29 Apr 2016 17:40:08 -0400 Subject: [PATCH] diable update docs for now --- circle.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/circle.yml b/circle.yml index 861353cb3..d007caa6a 100644 --- a/circle.yml +++ b/circle.yml @@ -9,19 +9,19 @@ general: only: - master # ignore PRs and branches -dependencies: - pre: - - ./scripts/docs/prepare.sh - cache_directories: - - "~/ionic-site" # cache ionic-site +#dependencies: +# pre: +# - ./scripts/docs/prepare.sh +# cache_directories: +# - "~/ionic-site" # cache ionic-site test: override: - echo "No tests are written at the moment. But we will attempt to build the library with the latest changes." - npm run build_bundle -deployment: - staging: - branch: master - commands: - - ./scripts/docs/update_docs.sh +#deployment: +# staging: +# branch: master +# commands: +# - ./scripts/docs/update_docs.sh