From db7279ea9e4274938d3388f3afefa681d7850e4d Mon Sep 17 00:00:00 2001 From: Eric Niebler Date: Fri, 8 Dec 2023 17:35:18 -0800 Subject: [PATCH] add build status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9cfb109..e674353 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ You can see a rendered copy of the current draft [here](https://cplusplus.github.io/sender-receiver/execution.html). +[![Github Pages](https://github.com/cplusplus/sender-receiver/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/cplusplus/sender-receiver/actions/workflows/gh-pages.yml) + ## Reference implementation You can find the reference implementation at [NVIDIA/stdexec](https://github.com/NVIDIA/stdexec) on GitHub.