Skip to content

Commit

Permalink
Merge pull request #622 from effigies/mnt/drop_gh-pages_history
Browse files Browse the repository at this point in the history
MNT: Drop gh-pages history, reducing repository size
  • Loading branch information
effigies authored Feb 22, 2021
2 parents 3773012 + 893e65f commit a2d3686
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ 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:
fingerprints:
- "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:
Expand Down

0 comments on commit a2d3686

Please sign in to comment.