From 87664a85a07617a9ee801519677f1f724e90b597 Mon Sep 17 00:00:00 2001 From: picklesrus <picklesrus@users.noreply.github.com> Date: Wed, 26 Aug 2020 10:10:06 -0400 Subject: [PATCH] Comment out back out gh pages deploy for now since it isn't working yet. --- .circleci/config.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f8462aed..02db88d0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -198,13 +198,13 @@ workflows: - master - develop - /^hotfix\/.*/ - - deploy-gh-pages: - requires: - - lint - - unit - - integration - - build - filters: - branches: - ignore: - - ^dependabot/.*/ + # - deploy-gh-pages: + # requires: + # - lint + # - unit + # - integration + # - build + # filters: + # branches: + # ignore: + # - ^dependabot/.*/ -- GitLab