diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:45:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-06-15 20:45:42 +0300 |
commit | 4ea9c3adaf70500861e5780d0eebe38ad2d9f0f6 (patch) | |
tree | 2b5b2d8dab4dc87b9c9d6237b7a68df38743ab1f | |
parent | workflows/test: use ubuntu-latest (diff) | |
download | jekyll-docker-4ea9c3adaf70500861e5780d0eebe38ad2d9f0f6.tar.gz jekyll-docker-4ea9c3adaf70500861e5780d0eebe38ad2d9f0f6.zip |
workflows/test -> workflows/ci
-rw-r--r-- | .github/workflows/ci.yml (renamed from .github/workflows/test.yml) | 0 | ||||
-rw-r--r-- | README.md | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/ci.yml index 054aa7f..054aa7f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ jekyll-docker ============= -[![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) +[![CI](https://github.com/egor-tensin/jekyll-docker/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/jekyll-docker/actions/workflows/ci.yml) Develop your Jekyll project in a Docker container, without installing all the dependencies on the host. |