We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b696d commit ad203b6Copy full SHA for ad203b6
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "TrueSkillThroughTime"
2
uuid = "093ab8f2-bf28-59ac-8da0-1d7157d27bf9"
3
authors = ["Gustavo Landfried <gustavolandfried@gmail.com>"]
4
-version = "0.1.1"
+version = "0.1.2"
5
6
[compat]
7
julia = "^1"
docs/make.jl
@@ -1,11 +1,11 @@
using Documenter, Revise
using TrueSkillThroughTime
-deploydocs(repo = "github.com/glandfried/TrueSkillThroughTime.jl.git")
makedocs(
modules = [TrueSkillThroughTime],
format = Documenter.HTML(),
checkdocs = :exports,
8
sitename = "TrueSkillThroughTime.jl",
9
pages = Any["index.md"]
10
)
+deploydocs(repo = "github.com/glandfried/TrueSkillThroughTime.jl.git")
11
0 commit comments