From b4072ee02af6a39a10be907aae2df0419ca12b07 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Thu, 1 Mar 2018 18:39:22 +0000 Subject: [PATCH] Deploy website Deploy website version based on 805bc21845c582d193152a6b23bfb58071381cdf --- .circleci/config.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000000..e6d068e8441 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,10 @@ +# Circle CI 2.0 Config File +# This config file will prevent tests from being run on the gh-pages branch. +version: 2 +jobs: + build: + machine: true + branches: + ignore: gh-pages + steps: + -run: echo "Skipping tests on gh-pages branch"