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 82885f3 commit 0d389afCopy full SHA for 0d389af
.github/workflows/docs.yml
@@ -38,4 +38,5 @@ jobs:
38
- name: Build and deploy
39
env:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
42
run: julia --project=docs/ docs/make.jl
0 commit comments