From a2d2031c4b6dddd5aee91fd7dec20d5c703e3b79 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Thu, 1 Apr 2021 12:25:53 +0100 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4116af20..ca74c8e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,6 +23,7 @@ jobs: - run: *venv - run: pip install -e . - run: git clone --depth 1 https://github.com/sunpy/sunpy.org.git + - run: cd sunpy.org && git submodule update --init && cd .. - run: pip install -r sunpy.org/requirements.txt - run: make -C $HOME/project/sunpy.org html - store_artifacts: