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 36877fd commit 67a509fCopy full SHA for 67a509f
.github/workflows/TagBot.yml
@@ -12,4 +12,4 @@ jobs:
12
- uses: JuliaRegistries/TagBot@v1
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
- ssh: ${{ secrets.Documenter }}
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
.github/workflows/documentation.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Build and deploy
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
25
- DOCUMENTER_KEY: ${{ secrets.Documenter }} # If authenticating with SSH deploy key
+ DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
26
run: julia --project=docs/ docs/make.jl
0 commit comments