From dd332df1deb9ceb6efe3da1cdabe2e9326678d81 Mon Sep 17 00:00:00 2001
From: picklesrus <picklesrus@users.noreply.github.com>
Date: Thu, 27 Aug 2020 11:25:13 -0400
Subject: [PATCH] Try deploying to gh-pages from circle.

---
 .circleci/config.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 02db88d0d..8f8462aed 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