From 21242e3a475be7fcacc4de2e0ef54c396d421b93 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Sun, 10 May 2020 08:11:00 +0200 Subject: [PATCH] Switch README CI badge from Travis to GitHub Actions --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 58c01b39..dee92234 100644 --- a/README.rst +++ b/README.rst @@ -56,12 +56,12 @@ Why the name "Pelican"? .. _`Pelican's internals`: https://docs.getpelican.com/en/latest/internals.html .. _`hosted on GitHub`: https://github.com/getpelican/pelican -.. |build-status| image:: https://img.shields.io/travis/getpelican/pelican/master.svg - :target: https://travis-ci.org/getpelican/pelican - :alt: Travis CI: continuous integration status +.. |build-status| image:: https://img.shields.io/github/workflow/status/getpelican/pelican/build + :target: https://github.com/getpelican/pelican/actions + :alt: GitHub Actions CI: continuous integration status .. |pypi-version| image:: https://img.shields.io/pypi/v/pelican.svg :target: https://pypi.python.org/pypi/pelican :alt: PyPI: the Python Package Index .. |repology| image:: https://repology.org/badge/tiny-repos/pelican.svg :target: https://repology.org/project/pelican/versions - :alt: Repology: the packaging hub \ No newline at end of file + :alt: Repology: the packaging hub