Skip to content

Commit

Permalink
maint(docs): test new deploy key
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 6, 2019
1 parent da259c7 commit 74b22f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,10 +429,10 @@ jobs:
git config user.name "ci-build"
- add_ssh_keys:
fingerprints:
- "45:a6:cb:50:27:5a:c7:39:4c:1f:aa:2c:0f:87:8a:a6"
- "6b:ba:eb:a8:cb:f7:67:eb:9b:5d:54:91:e8:b3:98:16"
- run:
name: Deploy docs to gh-pages branch
command: gh-pages --dotfiles --message "[skip ci] Updates" --dist docs/_build/html
command: gh-pages --dotfiles --message "doc(update) [skip ci]" --dist docs/_build/html


workflows:
Expand Down Expand Up @@ -522,5 +522,3 @@ workflows:
- /master/
tags:
only: /.*/


0 comments on commit 74b22f3

Please sign in to comment.