From 1553549c7fc51972cd028a66517b2ea82c851326 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Wed, 22 Feb 2023 17:51:37 -0500 Subject: Publish badge (#103) * Add last publish badge * Run post-build command in workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9327962..a853df7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [submelon.dev](https://submelon.dev) -[![submelon.dev build](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml/badge.svg)](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml) [![License: BlueOak 1.0.0](https://img.shields.io/badge/License-BlueOak_1.0.0-green.svg)](https://blueoakcouncil.org/license/1.0.0) +[![submelon.dev build](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml/badge.svg)](https://github.com/kjhoerr/submelon.dev/actions/workflows/build.yml) [![License: BlueOak 1.0.0](https://img.shields.io/badge/License-BlueOak_1.0.0-green.svg)](https://blueoakcouncil.org/license/1.0.0) ![Date of last publish](public/publish-badge.svg) A "link-in-bio" site of sorts, with other resources available for reference. -- cgit