From fda301d99918eeef49e22301b0ce17a3f231c5b5 Mon Sep 17 00:00:00 2001 From: "Luiz M. Faria" Date: Fri, 29 Sep 2023 20:59:34 +0200 Subject: [PATCH 1/2] fix wrong links --- README.md | 8 ++++---- docs/make.jl | 6 +++--- docs/src/index.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 10058c85..98852e3f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Inti -[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://maltezfaria.github.io/Inti.jl/stable/) -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://maltezfaria.github.io/Inti.jl/dev/) -[![Build Status](https://github.com/maltezfaria/Inti.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/maltezfaria/Inti.jl/actions/workflows/CI.yml?query=branch%3Amain) -[![Coverage](https://codecov.io/gh/maltezfaria/Inti.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/maltezfaria/Inti.jl) +[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://IntegralEquations.github.io/Inti.jl/stable/) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://IntegralEquations.github.io/Inti.jl/dev/) +[![Build Status](https://github.com/IntegralEquations/Inti.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/IntegralEquations/Inti.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Coverage](https://codecov.io/gh/IntegralEquations/Inti.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/IntegralEquations/Inti.jl) [![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl) diff --git a/docs/make.jl b/docs/make.jl index 220dc79a..deb69ec3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(Inti, :DocTestSetup, :(using Inti); recursive=true) makedocs(; modules=[Inti], authors="Luiz M. Faria", - repo="https://github.com/maltezfaria/Inti.jl/blob/{commit}{path}#{line}", + repo="https://github.com/IntegralEquations/Inti.jl/blob/{commit}{path}#{line}", sitename="Inti.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://maltezfaria.github.io/Inti.jl", + canonical="https://IntegralEquations.github.io/Inti.jl", edit_link="main", assets=String[], ), @@ -20,6 +20,6 @@ makedocs(; ) deploydocs(; - repo="github.com/maltezfaria/Inti.jl", + repo="github.com/IntegralEquations/Inti.jl", devbranch="main", ) diff --git a/docs/src/index.md b/docs/src/index.md index 164a2bdd..e532cc0c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -4,7 +4,7 @@ CurrentModule = Inti # Inti -Documentation for [Inti](https://github.com/maltezfaria/Inti.jl). +Documentation for [Inti](https://github.com/IntegralEquations/Inti.jl). ```@index ``` From 976fb66755c34d633d95b8a26e1a33a41172f7ee Mon Sep 17 00:00:00 2001 From: "Luiz M. Faria" Date: Fri, 29 Sep 2023 21:13:42 +0200 Subject: [PATCH 2/2] update codecov action --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 1e5bf635..574526dc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -37,6 +37,7 @@ jobs: - uses: julia-actions/julia-processcoverage@v1 - uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} files: lcov.info docs: name: Documentation