From 69eba0ab19fda74ff00f1e4f5bded98a2fec9887 Mon Sep 17 00:00:00 2001 From: Lysandre Date: Tue, 22 Oct 2019 17:53:52 -0400 Subject: [PATCH] Edit script path --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 38d0e291af..4c6423ada4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,7 @@ jobs: - checkout - run: sudo pip install --progress-bar off -r docs/requirements.txt - run: sudo pip install --progress-bar off -r requirements.txt - - run: ./deploy.sh + - run: ./.circleci/deploy.sh workflow_filters: &workflow_filters filters: branches: