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 9bbd8b8 commit 28d7f0dCopy full SHA for 28d7f0d
.github/workflows/Documentation.yml
@@ -25,4 +25,5 @@ jobs:
25
- name: Build and deploy
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
28
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy
29
run: julia --project=docs/ docs/make.jl
0 commit comments