From 30c9f5477aed550ebb02ff7bf996a4d824dab0f2 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Wed, 14 Jun 2023 21:12:50 +0900 Subject: [PATCH 1/2] Fix CI badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ff747ef..5573b622 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Big thanks to the authors of [markdown-it]: Also [John MacFarlane](https://github.com/jgm) for his work on the CommonMark spec and reference implementations. -[github-ci]: https://github.com/executablebooks/markdown-it-py/workflows/Python%20package/badge.svg?branch=master +[github-ci]: https://github.com/executablebooks/markdown-it-py/actions/workflows/tests.yml/badge.svg?branch=master [github-link]: https://github.com/executablebooks/markdown-it-py [pypi-badge]: https://img.shields.io/pypi/v/markdown-it-py.svg [pypi-link]: https://pypi.org/project/markdown-it-py From d9118777bfae726610329fe172d3a267b8324854 Mon Sep 17 00:00:00 2001 From: tsutsu3 Date: Wed, 14 Jun 2023 21:22:30 +0900 Subject: [PATCH 2/2] Empty commit to restart CI