diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 00000000..3e4b2958 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,17 @@ +version: 2.1 +jobs: + noop: + docker: + - image: bash + steps: + - run: echo "CircleCI is disabled on gh-pages branch" + +workflows: + version: 2 + gh-pages: + jobs: + - noop: + filters: + branches: + ignore: + - gh-pages