aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:09:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:09:09 +0300
commit0e7c43a81fd56a978d73bbe60d3829d4fac55472 (patch)
tree86cc4251eaedc8a3bbd5c6cdb6f300165bd83200
parentDockerfile: best practices (diff)
downloadjekyll-docker-0e7c43a81fd56a978d73bbe60d3829d4fac55472.tar.gz
jekyll-docker-0e7c43a81fd56a978d73bbe60d3829d4fac55472.zip
README: fix badge link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e64fd97..a85c1e5 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
jekyll-docker
=============
-[![This even works?](https://github.com/egor-tensin/jekyll-docker/workflows/This%20even%20works%3F/badge.svg)](https://github.com/egor-tensin/jekyll-docker/actions?query=workflow%3A%22This+even+works%3F%22)
+[![This even works?](https://github.com/egor-tensin/jekyll-docker/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/jekyll-docker/actions/workflows/test.yml)
Develop your Jekyll project in a Docker container, without installing all the
dependencies on the host.