Skip to content

Commit 0d389af

Browse files
authored
add ssh key to docs.yml (#803)
1 parent 82885f3 commit 0d389af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
- name: Build and deploy
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
4142
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)