From 893e65f9728b57a698c02ba7891d966a27e6c7ee Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 22 Feb 2021 13:01:00 -0500 Subject: [PATCH] MNT: Drop gh-pages history, reducing repository size --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b9ce6874f6..259af58088c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,7 @@ docs_deploy: &docs - run: name: Install and configure dependencies command: | - npm install -g --silent gh-pages@2.0.1 + npm install -g --silent gh-pages@3.0.0 git config user.email "nipreps@gmail.com" git config user.name "Documentation Push" - add_ssh_keys: @@ -26,7 +26,7 @@ docs_deploy: &docs - "c8:a8:55:7d:1e:08:92:c2:86:29:7b:b4:4b:88:24:51" - run: name: Deploy docs to gh-pages branch - command: gh-pages --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html + command: gh-pages --no-history --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html version: 2 jobs: