Skip to content

Commit 96bef2a

Browse files
committed
MAINT: Auth [skip azp] [skip actions]
1 parent e2d4ebc commit 96bef2a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -462,10 +462,11 @@ jobs:
462462
at: /tmp/build
463463
- restore_cache:
464464
keys:
465-
- website-cache
465+
- website-cache-1
466466
- add_ssh_keys:
467467
fingerprints:
468-
- "SHA256:N4qvp6MSbXcTz/27xz96VPsNuTDRT92zoRP8EW0I/8I"
468+
# SHA256:N4qvp6MSbXcTz/27xz96VPsNuTDRT92zoRP8EW0I/8I
469+
- "19:fe:1d:c3:c7:af:7e:16:94:4c:e1:e7:0a:56:13:bd"
469470
- run:
470471
name: Set BASH_ENV
471472
command: |
@@ -493,6 +494,7 @@ jobs:
493494
command: |
494495
git config --global user.email "[email protected]";
495496
git config --global user.name "Circle CI";
497+
ssh-add -D && ssh-add ~/.ssh/id_rsa_19fe1dc3c7af7e16944ce1e70a5613bd
496498
cd ~/mne-tools.github.io;
497499
git checkout main
498500
git remote -v
@@ -514,9 +516,9 @@ jobs:
514516
fi;
515517
git push origin main;
516518
- save_cache:
517-
key: website-cache
519+
key: website-cache-1
518520
paths:
519-
- ~/mne_data/MNE-visual_92_categories-data
521+
- ~/mne-tools.github.io
520522

521523
workflows:
522524
default:

0 commit comments

Comments
 (0)