From 9241475f5ff17c2a2a783a4602d57990d70c5861 Mon Sep 17 00:00:00 2001 From: Vangelis Koukis Date: Sat, 28 Dec 2024 11:23:08 +0200 Subject: [PATCH] docs: Add badge for "docs-publish" GitHub Action Add a dynamically generated badge to show the current state of the "docs-publish" GitHub Action [for the "main" branch]. Here is some interesting discussion on whether it would be possible to make it update dynamically depending on the branch you're viewing README.md from: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/adding-a-workflow-status-badge#using-the-branch-parameter https://stackoverflow.com/questions/18673694/referencing-current-branch-in-github-readme-md Signed-off-by: Vangelis Koukis --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 81456cf..e1e9d9d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) +[![GitHub Action: Documentation](https://github.com/vkoukis/circuit-explorers/actions/workflows/docs-publish.yaml/badge.svg)](https://github.com/vkoukis/circuit-explorers/actions/workflows/docs-publish.yaml)