From 11095b8cbb0a415730357fc2655445a1ce208220 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Wed, 2 Oct 2024 14:34:03 -0500 Subject: [PATCH] Add badge for CI deployment job --- README.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.adoc b/README.adoc index c054f0e..3fe9c6c 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,8 @@ ifdef::env-github[] endif::[] :Nix: https://nixos.org/[Nix] +image:https://github.com/jwillikers/blog/actions/workflows/github-pages.yaml/badge.svg[Deploy, link=https://github.com/jwillikers/blog/actions/workflows/github-pages.yaml] + My developer blog containing handy admin and dev guides from my myriad of tinkering. Content is written primarily in https://asciidoctor.org/[Asciidoctor]. https://jekyllrb.com/[Jekyll] generates a static website from the content which is then deployed with https://pages.github.com/[GitHub Pages].