Skip to content

Commit 49de003

Browse files
committed
Update TagBot.yaml
1 parent 0095df8 commit 49de003

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/TagBot.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
with:
1414
token: ${{ secrets.GITHUB_TOKEN }}
1515
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
16+
ssh: ${{ secrets.SSH_KEY }}

Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ authors = ["AugustoCL <[email protected]>", "Elias Carvalho <eliascarvdev@
44
version = "0.1.0"
55

66
[deps]
7+
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
78
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
89
NearestNeighbors = "b8a86587-4115-5ab1-83bc-aa920d37bbce"
910
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Currently we implemented two types of algorithms, a partitioned based ([K-Means]
2121
2222
>It's a great introduction to the algorithm and a good resource to read along with the source code.
2323
24-
- [DBSCAN](https://augustocl.github.io/ClusterAnalysis.jl/dev/algorithms/dbscan.html)
25-
- [K-Means](https://augustocl.github.io/ClusterAnalysis.jl/dev/algorithms/kmeans.html)
24+
- [DBSCAN](https://augustocl.github.io/ClusterAnalysis.jl/stable/algorithms/dbscan/)
25+
- [K-Means](https://augustocl.github.io/ClusterAnalysis.jl/stable/algorithms/kmeans/)
2626

2727
## How to install ClusterAnalysis.jl
2828

0 commit comments

Comments
 (0)