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