Skip to content

Commit bb08ad3

Browse files
authored
Update Documentation.yml for deployment keys
Added DOCUMENTER_KEY for SSH deploy authentication.
1 parent ef6ffb8 commit bb08ad3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ jobs:
3535
- name: Build and deploy
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
38+
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
3839
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)