We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3773012 + 893e65f commit a2d3686Copy full SHA for a2d3686
.circleci/config.yml
@@ -18,15 +18,15 @@ docs_deploy: &docs
18
- run:
19
name: Install and configure dependencies
20
command: |
21
- npm install -g --silent gh-pages@2.0.1
+ npm install -g --silent gh-pages@3.0.0
22
git config user.email "nipreps@gmail.com"
23
git config user.name "Documentation Push"
24
- add_ssh_keys:
25
fingerprints:
26
- "c8:a8:55:7d:1e:08:92:c2:86:29:7b:b4:4b:88:24:51"
27
28
name: Deploy docs to gh-pages branch
29
- 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
30
31
version: 2
32
jobs:
0 commit comments