Skip to content

Commit

Permalink
Update docs website
Browse files Browse the repository at this point in the history
Co-Authored-By: Claudio Moroni <[email protected]>
  • Loading branch information
pitmonticone and ClaudMor committed Jun 7, 2022
1 parent 2445c32 commit 1b5bf01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <img src="https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/docs/src/assets/logo.png?raw=true" width="50" height="40"> &nbsp; ICD_GEMs.jl

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/JuliaHealth/ICD_GEMs.jl/blob/main/LICENSE)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaHealth.github.io/ICD_GEMs.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaHealth.github.io/ICD_GEMs.jl/dev)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliahealth.org/ICD_GEMs.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliahealth.org/ICD_GEMs.jl/dev)
[![Build Status](https://github.com/JuliaHealth/ICD_GEMs.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaHealth/ICD_GEMs.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaHealth/ICD_GEMs.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaHealth/ICD_GEMs.jl)
[![Coverage](https://coveralls.io/repos/github/JuliaHealth/ICD_GEMs.jl/badge.svg?branch=main)](https://coveralls.io/github/JuliaHealth/ICD_GEMs.jl?branch=main)
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(ICD_GEMs, :DocTestSetup, :(using ICD_GEMs); recursive=true)
makedocs(;
modules=[ICD_GEMs],
authors="Pietro Monticone, Claudio Moroni",
repo="https://github.com/InPhyT/ICD_GEMs.jl/blob/{commit}{path}#{line}",
repo="https://github.com/JuliaHealth/ICD_GEMs.jl/blob/{commit}{path}#{line}",
sitename="ICD_GEMs.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://InPhyT.github.io/ICD_GEMs.jl",
canonical="https://juliahealth.org/ICD_GEMs.jl",
assets=String[],
),
pages=[
Expand All @@ -20,7 +20,7 @@ makedocs(;
)

deploydocs(;
repo="github.com/InPhyT/ICD_GEMs.jl",
repo="github.com/JuliaHealth/ICD_GEMs.jl",
devbranch="main",
push_preview = true
)

0 comments on commit 1b5bf01

Please sign in to comment.