Skip to content

Commit

Permalink
enable doc deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Dec 13, 2023
1 parent de165c9 commit 1892db4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ISOKANN

[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://axsk.github.io/VoronoiGraph.jl/dev)

This should be the reference implementation for ISOKANN.
Currently things are still fluctuating, so we have different implementations

Expand Down
8 changes: 3 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Documenter

push!(LOAD_PATH, "..")
using ISOKANN

makedocs(
Expand All @@ -13,6 +11,6 @@ makedocs(
# Documenter can also automatically deploy documentation to gh-pages.
# See "Hosting Documentation" and deploydocs() in the Documenter manual
# for more information.
#=deploydocs(
repo = "<repository url>"
)=#
deploydocs(
repo="github.com/axsk/ISOKANN.jl.git"
)

0 comments on commit 1892db4

Please sign in to comment.