Skip to content

Commit 8e0eda0

Browse files
authored
Fix #129 (#130)
1 parent c5f4f6d commit 8e0eda0

File tree

3 files changed

+4
-89
lines changed

3 files changed

+4
-89
lines changed

.github/workflows/TagBot.yml

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

docs/Manifest.toml

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
4+
[compat]
5+
Documenter = "0.27.10"

0 commit comments

Comments
 (0)