From 26301878027d308b351c52cf3025efcbdadc6129 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 8 Sep 2026 13:54:49 -0400 Subject: [PATCH] Point the build badge at the right workflow The docs landing page referenced build.yml, but the workflow file is build.yaml, so the badge image 404ed on the published site. --- docs/src/home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/home.md b/docs/src/home.md index 1a404801..6c1a8293 100644 --- a/docs/src/home.md +++ b/docs/src/home.md @@ -6,7 +6,7 @@ [![GitHub](https://img.shields.io/badge/repo-github-181717?logo=github&logoColor=white)](https://github.com/python-project-templates/yardang) -[![Build Status](https://github.com/python-project-templates/yardang/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/yardang/actions/workflows/build.yml) +[![Build Status](https://github.com/python-project-templates/yardang/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/yardang/actions/workflows/build.yaml) [![codecov](https://codecov.io/gh/python-project-templates/yardang/branch/main/graph/badge.svg)](https://codecov.io/gh/python-project-templates/yardang) [![License](https://img.shields.io/github/license/python-project-templates/yardang)](https://github.com/python-project-templates/yardang) [![PyPI](https://img.shields.io/pypi/v/yardang.svg)](https://pypi.python.org/pypi/yardang)