We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7346609 commit 1d35fedCopy full SHA for 1d35fed
.github/workflows/Documentation.yml
@@ -20,5 +20,5 @@ jobs:
20
- name: Build and deploy
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
+ DOCUMENTER_KEY: ${{ secrets.SSH_KEY }} # For authentication with SSH deploy key
24
run: julia --project=docs/ docs/make.jl
0 commit comments