Skip to content

Commit bb37554

Browse files
committed
chore: update README with github badges
1 parent c973327 commit bb37554

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to deploy your smile experiment
22

3-
name: DEPLOY
3+
name: Build Smile
44

55
on:
66
workflow_dispatch:

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the workflow for deploying the smile docs
22

3-
name: DOCS_DEPLOY
3+
name: Build Docs
44

55
# Controls when the workflow will run
66
on:

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44
</a>
55

66
<p align="center">
7-
<i>A happy approach to online behavioral research.</i>
7+
<i>A happy approach to online behavioral research.</i>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://github.com/nyuccl/smile/releases" alt="GitHub release"><img src="https://img.shields.io/github/v/release/nyuccl/smile"></a>
12+
<a href="https://github.com/nyuccl/smile/actions" alt="Build Status"><img src="https://github.com/nyuccl/smile/actions/workflows/deploy.yml/badge.svg"></a>
13+
<a href="https://github.com/nyuccl/smile/actions" alt="Doc Build Status"><img src="https://github.com/nyuccl/smile/actions/workflows/docs-deploy.yml/badge.svg"></a>
814
</p>
915

1016
<br />

0 commit comments

Comments
 (0)