Skip to content

Commit a2d3686

Browse files
authored
Merge pull request #622 from effigies/mnt/drop_gh-pages_history
MNT: Drop gh-pages history, reducing repository size
2 parents 3773012 + 893e65f commit a2d3686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ docs_deploy: &docs
1818
- run:
1919
name: Install and configure dependencies
2020
command: |
21-
npm install -g --silent gh-pages@2.0.1
21+
npm install -g --silent gh-pages@3.0.0
2222
git config user.email "nipreps@gmail.com"
2323
git config user.name "Documentation Push"
2424
- add_ssh_keys:
2525
fingerprints:
2626
- "c8:a8:55:7d:1e:08:92:c2:86:29:7b:b4:4b:88:24:51"
2727
- run:
2828
name: Deploy docs to gh-pages branch
29-
command: gh-pages --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html
29+
command: gh-pages --no-history --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html
3030

3131
version: 2
3232
jobs:

0 commit comments

Comments
 (0)