diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml index b40ad50..fac16a9 100644 --- a/.github/workflows/mkdocs.yml +++ b/.github/workflows/mkdocs.yml @@ -26,8 +26,6 @@ jobs: run: | cp README.md docs/index.md sed -i 's|docs/guide.md|guide/|g' docs/index.md - mkdir docs/media - cp media/logo.png docs/media/logo.png - name: Build mkdocs site run: mkdocs build diff --git a/README.md b/README.md index d15b2a2..895b36b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pystiller +# pystiller [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) [![codecov](https://codecov.io/gh/openefsa/pystiller/branch/main/graph/badge.svg?token=VL7426RVCI)](https://codecov.io/gh/openefsa/pystiller) diff --git a/pyproject.toml b/pyproject.toml index e99f27a..a059620 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ ] [project.urls] -"Homepage" = "https://github.com/openefsa/pystiller" +"Homepage" = "https://openefsa.github.io/pystiller/" "Repository" = "https://github.com/openefsa/pystiller" "Bug Tracker" = "https://github.com/openefsa/pystiller/issues"