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 c5f4f6d commit 8e0eda0Copy full SHA for 8e0eda0
.github/workflows/TagBot.yml
@@ -12,3 +12,4 @@ jobs:
12
- uses: JuliaRegistries/TagBot@v1
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
+ ssh: ${{ secrets.DOCUMENTER_KEY }}
docs/Manifest.toml
docs/Project.toml
@@ -1,2 +1,5 @@
1
[deps]
2
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+
4
+[compat]
5
+Documenter = "0.27.10"
0 commit comments