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 a37537f commit 4b7bcc6Copy full SHA for 4b7bcc6
.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