Skip to content

Commit a382db1

Browse files
committed
Trying to fix badge in readme
1 parent 9e3f0c9 commit a382db1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/website-status-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
with:
3131
auth: ${{ secrets.GIST_SECRET }}
3232
gistID: d52b1c6c561ebbf94ddc2a8b52561908 # You'll need to create a gist and put its ID here
33-
filename: django-appointment-doc-status.json
3433
label: django-appointment docs
3534
message: ${{ env.STATUS }}
3635
color: ${{ env.COLOR }}
36+
isError: ${{ job.status == 'failure' }}
37+
namedLogo: django

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Tests](https://github.com/adamspd/django-appointment/actions/workflows/tests.yml/badge.svg)
44
![Published on PyPi](https://github.com/adamspd/django-appointment/actions/workflows/publish.yml/badge.svg)
5-
[![Doc](https://github.com/adamspd/django-appointment-doc/actions/workflows/build-docs.yml/badge.svg)](https://django-appt-doc.adamspierredavid.com)
5+
[![Doc](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/adamspd/d52b1c6c561ebbf94ddc2a8b52561908/raw/django-appointment-doc-status.json)](https://django-appt-doc.adamspierredavid.com)
66
[![Current Release Version](https://img.shields.io/github/release/adamspd/django-appointment.svg?style=flat-square&logo=github)](https://github.com/adamspd/django-appointment/releases)
77
[![pypi Version](https://img.shields.io/pypi/v/django-appointment.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.org/project/django-appointment/)
88
[![PyPi downloads](https://static.pepy.tech/personalized-badge/django-appointment?period=total&units=international_system&left_color=grey&right_color=orange&left_text=pip%20downloads)](https://pypi.org/project/django-appointment/)

0 commit comments

Comments
 (0)