Skip to content

Commit 30615e2

Browse files
committed
try again
1 parent 53a0c25 commit 30615e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-build-temp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish docs
1+
name: Init docs
22

33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
# Setup SSH deploy key
3535
mkdir -p ~/.ssh
36-
echo "${DEPLOY_DOCS_KEY}" > ~/.ssh/id_rsa
36+
echo "${REPOSITORY_ACCESS_KEY}" > ~/.ssh/id_rsa
3737
chmod 600 ~/.ssh/id_rsa
3838
ssh-keyscan -H github.com > ~/.ssh/known_hosts
3939

0 commit comments

Comments
 (0)