Skip to content

Commit f5fd67e

Browse files
authored
Add DOCUMENTER_KEY for tagbot.
Ref. "TagBot & tagged versions" under https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#GitHub-Actions. This is required for deploying docs for tagged versions and for the `stable` alias.
1 parent d43ea9a commit f5fd67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ jobs:
1010
- uses: JuliaRegistries/TagBot@v1
1111
with:
1212
token: ${{ secrets.GITHUB_TOKEN }}
13+
ssh: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)