From 182d5aa4f87e1d6774c25fccfa8745aeabd919a0 Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 7 May 2019 00:35:14 -0700 Subject: [PATCH] Activate deploydocs --- README.md | 1 + docs/make.jl | 9 +++------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 50bb6520..a43ba679 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # LazyArrays.jl +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaarrays.github.io/LazyArrays.jl/dev) [![Travis](https://travis-ci.org/JuliaArrays/LazyArrays.jl.svg?branch=master)](https://travis-ci.org/JuliaArrays/LazyArrays.jl) [![codecov](https://codecov.io/gh/JuliaArrays/LazyArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/LazyArrays.jl) diff --git a/docs/make.jl b/docs/make.jl index 7fbb392a..2fcbff40 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,9 +10,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 = "" -)=# +deploydocs( + repo = "github.com/JuliaArrays/LazyArrays.jl" +)