Skip to content

Commit

Permalink
fix ci bug
Browse files Browse the repository at this point in the history
  • Loading branch information
weitang li authored and liwt31 committed Sep 2, 2022
1 parent 14ef672 commit c91ebb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,10 @@ jobs:
git config user.name "liwt31"
- add_ssh_keys:
fingerprints:
- "e6:24:b4:ab:d5:82:2b:6a:b5:a9:17:71:99:6d:0f:53"
- "2e:92:a5:a4:4f:ef:4a:97:19:91:7b:f2:52:43:fe:45"
- run:
name: clear outdated ssh key
command: ssh-add -D
- run:
name: Deploy docs to gh-pages branch
command: gh-pages --dotfiles --message "[skip ci] Updates" --dist doc/html
Expand All @@ -90,4 +93,4 @@ workflows:
- build-and-test
filters:
branches:
only: master
only: master

0 comments on commit c91ebb0

Please sign in to comment.