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.
2 parents a74fa96 + 4b7bcc6 commit fff94e1Copy full SHA for fff94e1
.github/workflows/documentation.yml
@@ -26,5 +26,5 @@ jobs:
26
- name: Build and deploy
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
29
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
30
run: julia --project=docs/ docs/make.jl
0 commit comments